'Declaration
Public Event ColumnPickerShowing As EventHandler(Of ColumnPickerShowingArgs)
public event EventHandler<ColumnPickerShowingArgs> ColumnPickerShowing
Event Data
The event handler receives an argument of type 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