ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / NullableDateTimeEventHandler Delegate
The source of the event.
A NullableDateTimeEventArgs object that contains the event data.

In This Topic
    NullableDateTimeEventHandler Delegate
    In This Topic
    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