Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuList Class / OnAutoClosing Method
Provides data for CancelEventArgs.

In This Topic
    OnAutoClosing Method (C1MenuList)
    In This Topic
    Raises the AutoClosing event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAutoClosing( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnAutoClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    Provides data for CancelEventArgs.
    See Also