DeviceInfo.PropertyChanged Event
Represents an event that is raised when any of the properties are changed.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.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
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top