Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenu Class / OnAutoCollapseChanged Method

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

    Parameters

    oldValue
    See Also