Common Application Framework

AddinManager.AddinStarted Event

Event fired when an Addin is started

public event AddinEventHandler AddinStarted;

Event Data

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

Property Description
Addin Gets the Addin

See Also

AddinManager Class | Aveva.ApplicationFramework Namespace