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