BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

DeviceItem..::..OnValueChanged Event

Occurs when value of the process data is changed.

Namespace:  CAS.Lib.DeviceSimulator
Assembly:  CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)

Syntax


public event EventHandler<ItemValueArgs> OnValueChanged
Public Event OnValueChanged As EventHandler(Of ItemValueArgs)
public:
 event EventHandler<ItemValueArgs^>^ OnValueChanged {
	void add (EventHandler<ItemValueArgs^>^ value);
	void remove (EventHandler<ItemValueArgs^>^ value);
}