SignalingPropertyChangedEventArgs Class
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.
Returns information indicating which properties have changed.
public ref class SignalingPropertyChangedEventArgs : EventArgs
public class SignalingPropertyChangedEventArgs : EventArgs
type SignalingPropertyChangedEventArgs = class
inherit EventArgs
Public Class SignalingPropertyChangedEventArgs
Inherits EventArgs
- Inheritance
-
SignalingPropertyChangedEventArgs
Constructors
SignalingPropertyChangedEventArgs(Type, Int32) |
Initializes a new instance of the class. |
Properties
ChangedProperties |
Gets an enumeration of type ChangeType encoded as an integer indicating which properties have changed. |
ChangeType |
Gets the enumeration type represented by the ChangedProperties property. |