'Declaration Public Event GridError As C1.Win.C1FlexGrid.GridErrorEventHandler
public event C1.Win.C1FlexGrid.GridErrorEventHandler GridError
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.GridErrorEventArgs containing data related to this event. The following GridErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Col | |
Exception | |
Handled | |
Row |
See Also