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.Object
        sender
         
  | 
    
| 
        RowEnumeratorEventArgs
        e
         
  | 
    
Constructors
RowEnumeratorEventHandler(Object, IntPtr)
Declaration
public RowEnumeratorEventHandler(object object, IntPtr method)
  Parameters
| 
        System.Object
        object
         
  | 
    
| 
        System.IntPtr
        method
         
  | 
    
Methods
BeginInvoke(Object, RowEnumeratorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowEnumeratorEventArgs e, AsyncCallback callback, object object)
  Parameters
| 
        System.Object
        sender
         
  | 
    
| 
        RowEnumeratorEventArgs
        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, RowEnumeratorEventArgs)
Declaration
public virtual void Invoke(object sender, RowEnumeratorEventArgs e)
  Parameters
| 
        System.Object
        sender
         
  | 
    
| 
        RowEnumeratorEventArgs
        e
         
  |