'Declaration
Public Delegate Sub NullableDateTimeEventHandler( _ ByVal sender As Object, _ ByVal e As NullableDateTimeEventArgs _ )
public delegate void NullableDateTimeEventHandler( object sender, NullableDateTimeEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A NullableDateTimeEventArgs object that contains the event data.