Delegate KeyValidateEventHandler
The delegate for handling the KeyValidate event.
Assembly: Syncfusion.Shared.Base.dll
public delegate void KeyValidateEventHandler(object sender, KeyValidateEventArgs e);
Parameters
Constructors
Declaration
public KeyValidateEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, KeyValidateEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
KeyValidateEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, KeyValidateEventArgs e)
Parameters