Delegate
RowValidatingEventHandler

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void RowValidatingEventHandler(object sender, RowValidatingEventArgs e)

Constructors

RowValidatingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, RowValidatingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

RowValidatingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, RowValidatingEventArgs)

Declaration

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

Parameters

sender

object

e

RowValidatingEventArgs