Common Application Framework

RootToolsCollection.ToolAdded Event

Occurs after a tool has been added to the RootToolsCollection.

public event ToolEventHandler ToolAdded;

Event Data

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

Property Description
Key The tools key.

See Also

RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace