Subscribe to this event to get notified after the Revit application has been initialized
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public event EventHandler<ApplicationInitializedEventArgs> ApplicationInitialized
Value
EventHandler<ApplicationInitializedEventArgs>
Remarks
The event is raised after Revit was launched as fully initialized,
including initialization of external applications.
See Also
Reference