2027 Members
Changes 0
M

ApplicationEntryPoint Events

Name Return Type Description Inherited From
E ApplicationInitialized event Subscribe to this event to get notified after the Revit application has been initialized (Inherited from Application ) Application
E DocumentChanged event Subscribe to the DocumentChanged event to be notified when Revit document has changed. (Inherited from Application ) Application
E DocumentClosed event Subscribe to the DocumentClosing event to be notified when Revit is just about to close a document. (Inherited from Application ) Application
E DocumentClosing event Subscribe to the DocumentClosing event to be notified when Revit is just about to close a document. (Inherited from Application ) Application
E DocumentCreated event Subscribe to the DocumentCreated event to be notified immediately after Revit has finished creating a new document. (Inherited from Application ) Application
E DocumentCreating event Subscribe to the DocumentCreating event to be notified when Revit is just about to create a new document. (Inherited from Application ) Application
E DocumentOpened event Subscribe to the DocumentOpened event to be notified immediately after Revit has finished opening a document. (Inherited from Application ) Application
E DocumentOpening event Subscribe to the DocumentOpening event to be notified when Revit is just about to open a document. (Inherited from Application ) Application
E DocumentPrinted event Subscribe to the DocumentPrinted event to be notified immediately after Revit has finished printing a view or ViewSet of the document. (Inherited from Application ) Application
E DocumentPrinting event Subscribe to the DocumentPrinting event to be notified when Revit is just about to print a view or ViewSet of the document. (Inherited from Application ) Application
E DocumentReloadedLatest event Subscribe to the DocumentReloadedLatestEventArgs event to be notified immediately after Revit has finished reloading a document with central model. (Inherited from Application ) Application
E DocumentReloadingLatest event Subscribe to the DocumentReloadingLatestEventArgs event to be notified when Revit is just about to reload latest changes from a central model. (Inherited from Application ) Application
E DocumentSaved event Subscribe to the DocumentSaved event to be notified immediately after Revit has finished saving a document. (Inherited from Application ) Application
E DocumentSavedAs event Subscribe to the DocumentSavedAs event to be notified immediately after Revit has finished saving document with a new file name. (Inherited from Application ) Application
E DocumentSaving event Subscribe to the DocumentSaving event to be notified when Revit is just about to save a document. (Inherited from Application ) Application
E DocumentSavingAs event Subscribe to the DocumentSavingAs event to be notified when Revit is just about to save the document with a new file name. (Inherited from Application ) Application
E DocumentSynchronizedWithCentral event Subscribe to the DocumentSynchronizedWithCentral event to be notified immediately after Revit has finished synchronizing a document with central model. (Inherited from Application ) Application
E DocumentSynchronizingWithCentral event Subscribe to the DocumentSynchronizingWithCentral event to be notified when Revit is just about to synchronize a document with central model. (Inherited from Application ) Application
E DocumentWorksharingEnabled event Subscribe to the DocumentWorksharingEnabled event to be notified when a document has become workshared. (Inherited from Application ) Application
E ElementTypeDuplicated event Subscribe to the ElementTypeDuplicated event to be notified immediately after Revit has finished duplicating an element type. (Inherited from Application ) Application
E ElementTypeDuplicating event Subscribe to the ElementTypeDuplicating event to be notified when Revit is just about to duplicate an element type. (Inherited from Application ) Application
E FailuresProcessing event Subscribe to the FailuresProcessing event to be notified when failures are being processed at the end of transaction. (Inherited from Application ) Application
E FamilyLoadedIntoDocument event Subscribe to the FamilyLoadedInto event to be notified after Revit loaded a family into a document. (Inherited from Application ) Application
E FamilyLoadingIntoDocument event Subscribe to the FamilyLoadingInto event to be notified when Revit is just about to load a family into a document. (Inherited from Application ) Application
E FileExported event Subscribe to the FileExported event to be notified immediately after Revit has finished exporting files of formats supported by the API. (Inherited from Application ) Application
E FileExporting event Subscribe to the FileExporting event to be notified when Revit is just about to export files of formats supported by the API. (Inherited from Application ) Application
E FileImported event Subscribe to the FileImported event to be notified immediately after Revit has finished importing a file of format supported by the API. (Inherited from Application ) Application
E FileImporting event Subscribe to the FileImporting event to be notified when Revit is just about to import a file of format supported by the API. (Inherited from Application ) Application
E LinkedResourceOpened event Subscribe to the LinkedResourceOpened event to be notified immediately after Revit has finished opening a linked resource. (Inherited from Application ) Application
E LinkedResourceOpening event Subscribe to the LinkedResourceOpening event to be notified when Revit is just about to open a linked resource. (Inherited from Application ) Application
E ProgressChanged event Subscribe to the ProgressChanged event to be notified when an operation in Revit has progress bar data available. (Inherited from Application ) Application
E ViewExported event Subscribe to the ViewExported event to be notified immediately after Revit has finished exporting a view of the document. (Inherited from Application ) Application
E ViewExporting event Subscribe to the ViewExporting event to be notified when Revit is just about to export a view of the document. (Inherited from Application ) Application
E ViewPrinted event Subscribe to the ViewPrinted event to be notified immediately after Revit has finished printing a view of the document. (Inherited from Application ) Application
E ViewPrinting event Subscribe to the ViewPrinting event to be notified when Revit is just about to print a view of the document. (Inherited from Application ) Application
E ViewsExportedByContext event Subscribe to the ViewsExportedByContext event to be notified immediately after Revit has finished exporting one or more views of the document via an export context by CustomExporter. (Inherited from Application ) Application
E ViewsExportingByContext event Subscribe to the ViewsExportingByContext event to be notified when Revit is just about to export one or more views of the document via an export context by CustomExporter. (Inherited from Application ) Application
E WorksharedOperationProgressChanged event Subscribe to the WorksharedOperationProgressChanged to be notified when progress has changed during Collaboration for Revit's workshared operations: open model and synchronize with central. (Inherited from Application ) Application