ItemValueArgs Constructor
Initializes a new instance of the ItemValueArgs class.
Namespace:
CAS.Lib.DeviceSimulatorAssembly: CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)
Syntax
public ItemValueArgs( ItemValueResult value )
Public Sub New ( _ value As ItemValueResult _ )
public: ItemValueArgs( ItemValueResult^ value )
Parameters
- value
- Type: ItemValueResult
The value of the process data to be be provided to all subscribers of the OnValueChanged.