Visavi Visual OPC .NET  

IOpcGroup.ItemRuntimeChange Event

Occurs when the runtime data of one of the items in the IOpcGroup.Items collection changes.

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

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

Event Data

The event handler receives an argument of type ItemArgs containing data related to this event. The following ItemArgs property provides information specific to this event.

Property Description
Item Gets the item that changed with this event.

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

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