SignalingPropertyChangedEventArgs.ChangedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumeration of type ChangeType encoded as an integer indicating which properties have changed.
public:
property int ChangedProperties { int get(); };
public int ChangedProperties { get; }
member this.ChangedProperties : int
Public ReadOnly Property ChangedProperties As Integer