'Declaration Public Event OptionsLoading As EventHandler(Of GridColumnOptionsLoadingEventArgs)
public event EventHandler<GridColumnOptionsLoadingEventArgs> OptionsLoading
Event Data
The event handler receives an argument of type GridColumnOptionsLoadingEventArgs containing data related to this event. The following GridColumnOptionsLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the associated event should be canceled. (Inherited from C1.WPF.Grid.CancelEventArgs) |
Cancellable | Gets a value indicating whether the associated event is 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