AddinRun | Occurs when the user has run an addin from the command line. |
AppActivate | Occurs when the application window is activated. |
AppDeactivate | Occurs when the application window is deactivated. |
aWindowTitleChanged | Occurs when window title is changed. |
BeforeExit | Occurs when the application starts to shut down. Returning False will terminate the shutdown. |
BeginCommand | Occurs when receives a command. |
BeginFileDrop | Occurs when a file is dropped on the application window. |
BeginLisp | Occurs when receives a request to evaluate a LISP expression. |
BeginModal | Occurs when a modal dialog is about to be displayed. |
BeginOpen | Occurs when receives a request to open drawing. |
BeginPlot | Occurs when receives a request to print drawing. |
BeginQuit | Occurs when the application starts to shut down. Returning True will terminate the shutdown. |
BeginSave | Occurs when receives a request to save the drawing. |
Close | Occurs when a drawing is about to be closed. |
EndCommand | Occurs when a command completed. |
EndLisp | Occurs when evaluating of a LISP expression completed. |
EndModal | Occurs when a modal dialog has been finished. |
EndOpen | Occurs after a drawing has been opened. |
EndPlot | Occurs when drawing has been sent to the printer. |
EndSave | Occurs when a request to save the drawing has been completed. |
Exit | Occurs when the application is about to exit. |
LispCanceled | Occurs when evaluating of a LISP expression canceled. |
New | Occurs when a new drawing has been created. |
NewDrawing | Occurs when a new drawing is about to be created. |
Open | Occurs after a drawing has been opened. |
Reinitialize | Occurs when the defined functions need to be reinitialized. |
Save | Occurs when a drawing is about to be saved. |
SysVarChanged | Occurs when the value of a system variable is changed. |
WindowChanged | Occurs when window state changed. |
WindowFocusChanged | Occurs when window receives or loses focus. |
WindowMovedOrResized | Occurs when window moved or resized. |