RowEnumeratorEventHandler
Delegate
Represents the method that will handle events in GridViewRowInfoEnumerator.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public delegate void RowEnumeratorEventHandler(object sender, RowEnumeratorEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, RowEnumeratorEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, RowEnumeratorEventArgs e)