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.Object
sender
|
RowValidatingEventArgs
e
|
Constructors
RowValidatingEventHandler(Object, IntPtr)
Declaration
public RowValidatingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RowValidatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RowValidatingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RowValidatingEventArgs
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, RowValidatingEventArgs)
Declaration
public virtual void Invoke(object sender, RowValidatingEventArgs e)
Parameters
System.Object
sender
|
RowValidatingEventArgs
e
|