'Declaration Public Event AutoGeneratingColumn As EventHandler(Of GridAutoGeneratingColumnEventArgs)
public event EventHandler<GridAutoGeneratingColumnEventArgs> AutoGeneratingColumn
Event Data
The event handler receives an argument of type C1.WPF.Grid.GridAutoGeneratingColumnEventArgs containing data related to this event. The following GridAutoGeneratingColumnEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from C1.WPF.Grid.CancelEventArgs) |
Cancellable | (Inherited from C1.WPF.Grid.CancelEventArgs) |
Column | |
Property |
See Also