ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownForm Class / OnClosed Method
The System.EventArgs that contains the event data.

In This Topic
    OnClosed Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClosed( _
       ByVal e As EventArgs _
    ) 
    protected override void OnClosed( 
       EventArgs e
    )

    Parameters

    e
    The System.EventArgs that contains the event data.
    See Also