OnFileInsertDialog |
The OnFileInsertDialog event notifies a client whenever the end-user has executed a command that provides for the selection and insertion of a document into another document. |
OnFileInsertNewDialog |
The OnFileInsertNewDialog event notifies the client whenever the end-user executes the Create Component command within an assembly. |
OnFileNew |
Fires before a File New from standard template is executed. |
OnFileNewDialog |
The OnFileNewDialog event notifies the client when the end-user executes the New or Create Drawing View command to create a new file. |
OnFileOpenDialog |
The OnFileOpenDialog event notifies the client when the end-user executes the Open command to open an existing file.
By responding to this event the client can override Inventor's standard behavior of displaying the Open dialog and provide their own interface to determine the file to open. This notification is only made in cases where the Open dialog is displayed to allow the end-user to select a file. If the end-user uses the most recently used list in the File menu to open a file the Open dialog is bypassed and the file is opened directly and because the Open dialog is not used this notification is not sent. |
OnFileOpenFromMRU |
Fires when a file is selected from the MRU list to open. |
OnFileSaveAsDialog |
The OnFileSaveAsDialog event notifies the client when the end-user executes the Save As or Save Copy As command to create a new file. |
OnPopulateFileMetadata |
Event that fires when file names and properties are being generated by a command. |