'Declaration Public Event ColumnOptionsLoading As EventHandler(Of GridColumnOptionsLoadingEventArgs)
public event EventHandler<GridColumnOptionsLoadingEventArgs> ColumnOptionsLoading
Event Data
The event handler receives an argument of type C1.WPF.Grid.GridColumnOptionsLoadingEventArgs containing data related to this event. The following GridColumnOptionsLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from C1.WPF.Grid.CancelEventArgs) |
Cancellable | (Inherited from C1.WPF.Grid.CancelEventArgs) |
Column | Gets the related column. |
Menu | Gets the menu that will be displayed for the column. |
See Also