'Declaration Public Event ColumnPickerShowing As System.EventHandler(Of ColumnPickerShowingArgs)
public event System.EventHandler<ColumnPickerShowingArgs> ColumnPickerShowing
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.ColumnPickerShowingArgs containing data related to this event. The following ColumnPickerShowingArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
ColumnItems |
See Also