2025.3 Event
Changes 0
E

ControlledApplication.ApplicationInitialized

Description:
Subscribe to this event to get notified after the Revit application has been initialized.
Remarks:
The event is raised after Revit was launched as fully initialized, including initialization of external applications.

The event is not cancellable; the 'Cancellable' property of the event's argument is always False.

public event EventHandler<ApplicationInitializedEventArgs> ApplicationInitialized