Delegate ColumnChooserCreatedEventHandler
Represents the method that will handle the ColumnChooserCreated event of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void ColumnChooserCreatedEventHandler(object sender, ColumnChooserCreatedEventArgs e);
Parameters
System. The event sender, typicaly this is RadGridView |
Column Instance of GridViewColumnChooser which is created |
Constructors
ColumnChooserCreatedEventHandler(Object, IntPtr)
Declaration
public ColumnChooserCreatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ColumnChooserCreatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ColumnChooserCreatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Column
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ColumnChooserCreatedEventArgs)
Declaration
public virtual void Invoke(object sender, ColumnChooserCreatedEventArgs e)
Parameters
System.
|
Column
|