'Declaration Public Event RowDetailsApplying As EventHandler(Of RowDetailsApplyingEventArgs)
public event EventHandler<RowDetailsApplyingEventArgs> RowDetailsApplying
Event Data
The event handler receives an argument of type C1.Win.FlexGrid.RowDetailsApplyingEventArgs containing data related to this event. The following RowDetailsApplyingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
DataObject | Gets the index of the row that caused the event. |
See Also