Common Application Framework

RootToolsCollection.ToolRemoved Event

Occurs after a tool has been removed from the RootToolsCollection.

public event ToolEventHandler ToolRemoved;

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