Common Application Framework

CommandsCollection.CommandRemoved Event

Occurs after a Command has been removed from the CommandCollection.

public event CommandEventHandler CommandRemoved;

Event Data

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

Property Description
Command Gets the Command object associated with the event

See Also

CommandsCollection Class | Aveva.ApplicationFramework.Presentation Namespace