ComponentOne Extended Library for WPF and Silverlight
OnPropertyChanged Method (C1Accordion)

C1.WPF.Extended Namespace > C1Accordion Class : OnPropertyChanged Method
The event data that describes the property that changed, as well as old and new values.
Invoked whenever the effective value of any dependency property has been updated.
Syntax
'Declaration
 
Protected Overrides Sub OnPropertyChanged( _
   ByVal e As DependencyPropertyChangedEventArgs _
) 
protected override void OnPropertyChanged( 
   DependencyPropertyChangedEventArgs e
)

Parameters

e
The event data that describes the property that changed, as well as old and new values.
See Also

Reference

C1Accordion Class
C1Accordion Members