Data NavigatorNo Rows Event
This event is raised after refreshing the data source or after deleting a row and there are no more
rows in the data source.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public event EventHandler NoRowsVB
Public Event NoRows As EventHandlerC++
public:
event EventHandler^ NoRows {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member NoRows : IEvent<EventHandler,
EventArgs>Value
EventHandlerRemarks
This event can be used to disable bound controls and/or display a message asking the user to
add a new row.