Delegate CellValidatingEventHandler
Represents the method that will handle the CellValidating event of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void CellValidatingEventHandler(object sender, CellValidatingEventArgs e);
Parameters
System. The event sender, typicaly this is RadGridView |
Cell Instance of CellValidatingEventArgs containing the row related with this event |
Constructors
CellValidatingEventHandler(Object, IntPtr)
Declaration
public CellValidatingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CellValidatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellValidatingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Cell
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CellValidatingEventArgs)
Declaration
public virtual void Invoke(object sender, CellValidatingEventArgs e)
Parameters
System.
|
Cell
|