Visavi Visual OPC .NET  

IOpcGroupCollection.GroupRemoved Event

Occurs when a group is removed from the collection.

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

[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 GroupArgs containing data related to this event. The following GroupArgs property provides information specific to this event.

Property Description
Group Gets the group Removed 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

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