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