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.
|
Row
|
Constructors
RowValidatedEventHandler(Object, IntPtr)
Declaration
public RowValidatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, RowValidatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowValidatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Row
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, RowValidatedEventArgs)
Declaration
public virtual void Invoke(object sender, RowValidatedEventArgs e)
Parameters
System.
|
Row
|