The PivotGridControl.PropertyChanged event occurs after any of the PivotPropertyChangedEventArgs properties has changed its value.
To identify which property has changed its value, use the event parameter's Property property. To obtain the old and new values of this property, use the OldValue and NewValue properties, respectively.
System.Object
System.EventArgs
System.Windows.RoutedEventArgs
PivotPropertyChangedEventArgs