public event EventHandler<GridRefreshEventArgs> Refreshing
Event Data
The event handler receives an argument of type GridRefreshEventArgs containing data related to this event. The following GridRefreshEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the associated event should be canceled. |
See Also