Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1Menu Class / OnAutoCloseChanged Method

In This Topic
    OnAutoCloseChanged Method (C1Menu)
    In This Topic
    Called when the property AutoClose changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAutoCloseChanged( _
       ByVal oldValue As Boolean _
    ) 
    protected virtual void OnAutoCloseChanged( 
       bool oldValue
    )

    Parameters

    oldValue
    See Also