.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaServer.INotifyPropertyChangeRequested Interface Reference

The PropertyChangeRequested event is called before the property was changed. Unlike System.ComponentModel.INotifyPropertyChanging, the recipient has the possibility to refuse or adjust an property change. By setting the PropertyChangeRequestedEventArgs.StatusCode or PropertyChangeRequestedEventArgs.Value property. More...

Inherited by UnifiedAutomation.UaServer.ModelControllerBase.

Events

EventHandler
< PropertyChangeRequestedEventArgs
PropertyChangeRequested
 The property change request event. More...
 

Detailed Description

The PropertyChangeRequested event is called before the property was changed. Unlike System.ComponentModel.INotifyPropertyChanging, the recipient has the possibility to refuse or adjust an property change. By setting the PropertyChangeRequestedEventArgs.StatusCode or PropertyChangeRequestedEventArgs.Value property.

Event Documentation

EventHandler<PropertyChangeRequestedEventArgs> UnifiedAutomation.UaServer.INotifyPropertyChangeRequested.PropertyChangeRequested

The property change request event.


The documentation for this interface was generated from the following file: