Delegate ValidatingEventHandler
Represents the method that will handle the DateTimeValidating event of a SfDateTimeEdit.
Namespace: Syncfusion.WinForms.Input.Events
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public delegate void ValidatingEventHandler(SfDateTimeEdit sender, ValidatingEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
SfDateTimeEdit | sender | The source of the event |
ValidatingEventArgs | e | A ValidatingEventArgs that contains the event data. |
Constructors
ValidatingEventHandler(Object, IntPtr)
Declaration
public ValidatingEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(SfDateTimeEdit, ValidatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(SfDateTimeEdit sender, ValidatingEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
SfDateTimeEdit | sender | |
ValidatingEventArgs | e | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(SfDateTimeEdit, ValidatingEventArgs)
Declaration
public virtual void Invoke(SfDateTimeEdit sender, ValidatingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SfDateTimeEdit | sender | |
ValidatingEventArgs | e |