Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents events that occur when a property value is changed.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Storage.NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage.AddDisksToSpacesPoolStepStatus
    Microsoft.WindowsServerSolutions.Storage.CheckDiskStepStatus
    Microsoft.WindowsServerSolutions.Storage.CreateFolderStepStatus
    Microsoft.WindowsServerSolutions.Storage.CreateStorageSpaceStepStatus
    Microsoft.WindowsServerSolutions.Storage.Disk
    Microsoft.WindowsServerSolutions.Storage.Drive
    Microsoft.WindowsServerSolutions.Storage.Folder
    Microsoft.WindowsServerSolutions.Storage.InitializeDiskStepStatus
    Microsoft.WindowsServerSolutions.Storage.InitializeStorageStepStatus
    Microsoft.WindowsServerSolutions.Storage.MoveFolderStepStatus
    Microsoft.WindowsServerSolutions.Storage.RemoveFolderStepStatus
    Microsoft.WindowsServerSolutions.Storage.SpacesPool
    Microsoft.WindowsServerSolutions.Storage.StorageManager
    Microsoft.WindowsServerSolutions.Storage.StorageOperationStatus
Syntax
public class NotifyPropertyChange : INotifyPropertyChanged
public ref class NotifyPropertyChange : INotifyPropertyChanged
Public Class NotifyPropertyChange
    Implements INotifyPropertyChanged
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | NotifyPropertyChange() | Initializes a new instance of the NotifyPropertyChange class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | EventQueue | Represents notify events that are raised on thread pool threads. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | PropertyChanged | Represents the PropertyChanged event. | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top