Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / OnHeaderChanged Method
The old value.

In This Topic
    OnHeaderChanged Method (C1RadialMenuItem)
    In This Topic
    Called when the value of the Header property changes.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnHeaderChanged( _
       ByVal oldValue As Object _
    ) 
    protected virtual void OnHeaderChanged( 
       object oldValue
    )

    Parameters

    oldValue
    The old value.
    See Also