Delegate
ValidationErrorEventHandler

Represents the method that handles the Validating event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void ValidationErrorEventHandler(object sender, ValidationErrorEventArgs e)

Constructors

ValidationErrorEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, ValidationErrorEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

ValidationErrorEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, ValidationErrorEventArgs)

Declaration

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

Parameters

sender

object

e

ValidationErrorEventArgs