Delegate PropertyValidatedEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyValidatedEventHandler(object sender, PropertyValidatedEventArgs e);
Parameters
System.Object
sender
|
PropertyValidatedEventArgs
e
|
Constructors
PropertyValidatedEventHandler(Object, IntPtr)
Declaration
public PropertyValidatedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PropertyValidatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyValidatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PropertyValidatedEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, PropertyValidatedEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyValidatedEventArgs e)
Parameters
System.Object
sender
|
PropertyValidatedEventArgs
e
|