Delegate DateTimeValueChangedEventHandler
Delegate for DateTime value changed event handler.
Assembly: Syncfusion.SfInput.WinForms.dll
public delegate void DateTimeValueChangedEventHandler(object sender, DateTimeValueChangedEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format with different editing mode and also allows to set null value.
|
DateTimeValueChangedEventArgs |
e |
DateTime value changed event arguments
|
Constructors
Declaration
public DateTimeValueChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DateTimeValueChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, DateTimeValueChangedEventArgs e)
Parameters