ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1DateChangedEventHandler Delegate
Source of the event.
The EventArgs that contains the event data.

In This Topic
    C1DateChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle the DateChanged event of the control.
    Syntax
    'Declaration
     
    Public Delegate Sub C1DateChangedEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As System.EventArgs _
    ) 
    public delegate void C1DateChangedEventHandler( 
       System.object sender,
       System.EventArgs e
    )

    Parameters

    sender
    Source of the event.
    e
    The EventArgs that contains the event data.
    See Also