WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1Menu Class / OnAutoClosing Method
Provides data for CancelEventArgs.
In This Topic
    OnAutoClosing Method (C1Menu)
    In This Topic
    Raises the AutoClosing event.
    Syntax
    protected virtual void OnAutoClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    Provides data for CancelEventArgs.
    See Also