Delegate RowValidatedEventHandler
Represents the method that will handle RowValidated event of RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void RowValidatedEventHandler(object sender, RowValidatedEventArgs e);
Parameters
System.Object
sender
|
RowValidatedEventArgs
e
|
Constructors
RowValidatedEventHandler(Object, IntPtr)
Declaration
public RowValidatedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RowValidatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowValidatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RowValidatedEventArgs
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, RowValidatedEventArgs)
Declaration
public virtual void Invoke(object sender, RowValidatedEventArgs e)
Parameters
System.Object
sender
|
RowValidatedEventArgs
e
|