Delegate
CellValidatedEventHandler

Represents the method that will handle the CellValidated event of a RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void CellValidatedEventHandler(object sender, CellValidatedEventArgs e)

Constructors

CellValidatedEventHandler(object, IntPtr)

Declaration

cs-api-definition
public CellValidatedEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, CellValidatedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, CellValidatedEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

CellValidatedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, CellValidatedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, CellValidatedEventArgs e)

Parameters

sender

object

e

CellValidatedEventArgs