Delegate CurrentRowChangedEventHandler
Represents the method that will handle the CurrentRowChanged events of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void CurrentRowChangedEventHandler(object sender, CurrentRowChangedEventArgs e);
Parameters
System. The event sender, typicaly this is RadGridView |
Current Instance of CurrentRowChangedEventArgs containing the data related with this event |
Constructors
CurrentRowChangedEventHandler(Object, IntPtr)
Declaration
public CurrentRowChangedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CurrentRowChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CurrentRowChangedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Current
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CurrentRowChangedEventArgs)
Declaration
public virtual void Invoke(object sender, CurrentRowChangedEventArgs e)
Parameters
System.
|
Current
|