SignalingPropertyChangedEventArgs Class

Definition

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.

Applies to