[]
Represents the method that handles DateValueChanged and DateValueSelected events.
public delegate void NullableDateTimeEventHandler(object sender, NullableDateTimeEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
NullableDateTimeEventArgs | e | A NullableDateTimeEventArgs object that contains the event data. |
Name | Description |
---|---|
NullableDateTimeEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, NullableDateTimeEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, NullableDateTimeEventArgs) |