Visavi Visual OPC .NET  

IOpcItemDefinition.ActiveChange Event

Occurs when the Active property of the IOpcItemDefinition changes.

[Visual Basic]
Public Event ActiveChange As ActiveChangeDelegate
[C#]
public event ActiveChangeDelegate ActiveChange;
[C++]
public: __event ActiveChangeDelegate* ActiveChange;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives two arguments: one a voolean for the old active state, the second a boolean for the new state. 

Remarks

For more information about handling events, see Consuming Events.

Requirements

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

IOpcItemDefinition Interface | IOpcItemDefinition Members | Visavi.Opc.Client Namespace