Common Application Framework

CommandsCollection.CommandAdded Event

Occurs after a Command has been added to the CommandCollection.

public event CommandEventHandler CommandAdded;

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