Represents the method that will handle the AutoGeneratingColumn event of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public delegate void GridViewAutoGeneratingColumnEventHandler(object sender, GridViewAutoGeneratingColumnEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, GridViewAutoGeneratingColumnEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, GridViewAutoGeneratingColumnEventArgs e)