'Declaration Public Event RowDetailsApplying As System.EventHandler(Of RowDetailsApplyingEventArgs)
public event System.EventHandler<RowDetailsApplyingEventArgs> RowDetailsApplying
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.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 |
See Also