New to Telerik UI for WinFormsStart a free 30-day trial

Represents the method that handles the Validating event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void ValidationErrorEventHandler(object sender, ValidationErrorEventArgs e)

Constructors

C#
public ValidationErrorEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, ValidationErrorEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjecteValidationErrorEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, ValidationErrorEventArgs e)
Parameters:senderobjecteValidationErrorEventArgs