Search
StylePropertyChangedEventArgs Members
Properties
 


Contains the arguments passed to handlers of the PropertyChanged event.

The following tables list the members exposed by the StylePropertyChangedEventArgs type.

 Public Properties

  Name Description

NewValue

Gets the new (current) value of the changed property.

OldValue

Gets the previous value of the changed property.

Property

Gets the property that has changed.

 See Also