Delegate RowEnumeratorEventHandler
Represents the method that will handle events in GridViewRowInfoEnumerator.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void RowEnumeratorEventHandler(object sender, RowEnumeratorEventArgs e);
Parameters
System.
|
Row
|
Constructors
RowEnumeratorEventHandler(Object, IntPtr)
Declaration
public RowEnumeratorEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, RowEnumeratorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowEnumeratorEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Row
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, RowEnumeratorEventArgs)
Declaration
public virtual void Invoke(object sender, RowEnumeratorEventArgs e)
Parameters
System.
|
Row
|