ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / OnFormClosing Method

In This Topic
    OnFormClosing Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFormClosing( _
       ByVal e As System.Windows.Forms.FormClosingEventArgs _
    ) 
    protected virtual void OnFormClosing( 
       System.Windows.Forms.FormClosingEventArgs e
    )

    Parameters

    e
    See Also