Common Application Framework

CommandBarsCollection.CommandBarRemoved Event

Occurs after a CommandBar has been removed from the CommandBarCollection.

public event CommandBarEventHandler CommandBarRemoved;

Event Data

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

Property Description
CommandBar Gets the CommandBar object associated with the event

See Also

CommandBarsCollection Class | Aveva.ApplicationFramework.Presentation Namespace