DataNavigatorNoRows 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: 2023.4.9.0
public event EventHandler NoRows

Value

EventHandler

Remarks

This event can be used to disable bound controls and/or display a message asking the user to add a new row.

See Also