Delegate GridViewCreateRowInfoEventHandler
Fires when an instance of Grid
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void GridViewCreateRowInfoEventHandler(object sender, GridViewCreateRowInfoEventArgs e);
Parameters
System. An instance of Grid |
Grid An instance of Grid |
Constructors
GridViewCreateRowInfoEventHandler(Object, IntPtr)
Declaration
public GridViewCreateRowInfoEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewCreateRowInfoEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewCreateRowInfoEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Grid
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, GridViewCreateRowInfoEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewCreateRowInfoEventArgs e)
Parameters
System.
|
Grid
|