Share via


Alert.PropertyChanged Event

 

Represents an event that occurs when a property is changed.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

public event PropertyChangedEventHandler PropertyChanged
public:
event PropertyChangedEventHandler^ PropertyChanged {
    virtual void add(PropertyChangedEventHandler^ value) sealed;
    virtual void remove(PropertyChangedEventHandler^ value) sealed;
}
Public Event PropertyChanged As PropertyChangedEventHandler

Implements

INotifyPropertyChanged.PropertyChanged

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top