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.
The event handler receives two arguments: one a voolean for the old active state, the second a boolean for the new state.
For more information about handling events, see
Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
IOpcItemDefinition Interface | IOpcItemDefinition Members | Visavi.Opc.Client Namespace