Occurs when a group is added to OpcConnection.Groups.
[Visual Basic] Public Event GroupAdded As GroupAddedDelegate [C#] public event GroupAddedDelegate GroupAdded; [C++] public: __event GroupAddedDelegate* GroupAdded;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type GroupArgs containing data related to this event. The following GroupArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Group | Gets the group added with this event. |
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
OpcConnection Class |
OpcConnection Members | Visavi.Opc.Client
Namespace