ComponentOne CalendarView for WinForms
NullableDateTimeEventHandler Delegate

C1.Win.Calendar Namespace : NullableDateTimeEventHandler Delegate
The source of the event.
A NullableDateTimeEventArgs object that contains the event data.
Represents the method that handles DateValueChanged and DateValueSelected events.
Syntax
'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.
See Also

Reference

NullableDateTimeEventHandler Members
C1.Win.Calendar Namespace