Common Application Framework

AddinManager.AddinStarting Event

Event fired when an Addin is starting

public event AddinEventHandler AddinStarting;

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