Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolMenuList Class / OnAutoClosing Method

In This Topic
    OnAutoClosing Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAutoClosing( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnAutoClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also