ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / OnDisplayDateChanged Method
The event arg.

In This Topic
    OnDisplayDateChanged Method
    In This Topic
    Fires the DisplayDateChanged event.
    Syntax
    'Declaration
     
    Public Sub OnDisplayDateChanged( _
       ByVal e As System.EventArgs _
    ) 
    public void OnDisplayDateChanged( 
       System.EventArgs e
    )

    Parameters

    e
    The event arg.
    See Also