DelegateCurrentRowChangedEventHandler
Delegate
Represents the method that will handle the CurrentRowChanged events of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public delegate void CurrentRowChangedEventHandler(object sender, CurrentRowChangedEventArgs e)
Constructors
Methods
BeginInvoke(object, CurrentRowChangedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, CurrentRowChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, CurrentRowChangedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, CurrentRowChangedEventArgs e)
Parameters
sender
e