Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenu Class / OnAutoCollapseChanged Method

In This Topic
    OnAutoCollapseChanged Method (C1RadialMenu)
    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