Delegate GridViewDataErrorEventHandler
Represents the method that will handle the DataError event of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void GridViewDataErrorEventHandler(object sender, GridViewDataErrorEventArgs e);
Parameters
System.
|
Grid
|
Constructors
GridViewDataErrorEventHandler(Object, IntPtr)
Declaration
public GridViewDataErrorEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewDataErrorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewDataErrorEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Grid
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, GridViewDataErrorEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewDataErrorEventArgs e)
Parameters
System.
|
Grid
|