NotifyPropertyChange Class

 

Represents events that occur when a property value is changed.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)


public ref class NotifyPropertyChange : INotifyPropertyChanged

NameDescription
System_CAPS_protmethodNotifyPropertyChange()

Initializes a new instance of the NotifyPropertyChange class.

NameDescription
System_CAPS_protpropertyEventQueue

Represents notify events that are raised on thread pool threads.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents the PropertyChanged event.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: