VdAppEventDispatchID Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies the condition that causes an event to occur.

Usage

VdAppEventDispatchID.Constant

Arguments

AppEventACTIVATE_VIEW

The event occurs when a view is activated. The numerical value for this constant is 3. See “ActivateView Event (Application Object)”.

AppEventACTIVATE_VIEW2

The event occurs when a view (that is passed as an argument) is activated. The numerical value for this constant is 20 (&H14). See “ActivateView2 Event (Application Object)”.

AppEventAFTER_DOCUMENT_OPENED

The event occurs when a document has been opened and the graphical display drawn. The numerical value for this constant is 6. See “AfterDocumentOpened Event (Application Object)”.

AppEventAFTER_PRINT_PROJECT

The event occurs after the completion of a print project operation. The numerical value for this constant is 28 (&H1C). See “AfterPrintProject Event (Application Object)”.

AppEventAFTER_SHEET_READ

The event occurs after a new sheet is read into memory. The numerical value for this constant is 19 (&H13). See “AfterSheetRead Event (Application Object)”.

AppEventAFTER_SHEET_REREAD

The event occurs after a new sheet is reread into memory. The numerical value for this constant is 37 (&H25). See “AfterSheetReRead Event (Application Object)”.

AppEventAFTER_SYMBOL_DEFINITION_REFRESH

The event occurs after a symbol definition has been refreshed. The numerical value for this constant is 55 (&H37).

AppEventAFTERDOCUMENTSAVED

The event occurs after a document is saved. The numerical value for this constant is 18 (&H12).

AppEventBEFORE_DOCUMENT_CLOSED

The event occurs just before a document is closed. The numerical value for this constant is 54 (&H36). See “AfterDocumentOpened Event (Application Object)”.

AppEventBEFORE_DOCUMENT_OPENED

The event occurs when a document is opened, but before the graphical display is drawn. The numerical value for this constant is 5. See “AfterDocumentOpened Event (Application Object)”.

AppEventBEFORE_PRINT_PROJECT

The event occurs just before a print project operation is initiated. The numerical value for this constant is 27 (&H1B). See “BeforePrintProject Event (Application Object)”.

AppEventBEFOREDOCUMENTSAVED

The event occurs just before a document is saved. The numerical value for this constant is 17 (&H11).

AppEventBEFORE_PROJECT_CHANGED

The event occurs just before a project is changed. The numerical value for this constant is 41 (&H29). See “BeforeProjectChanged Event (Application Object)”.

AppEventBLOCK_MODIFIED

The event occurs just before a block is modified. The numerical value for this constant is 22 (&H16). See “BlockModified Event (Application Object)”.

AppEventCLOSE

The event occurs just before a project is closed. The numerical value for this constant is 14 (&HE).

AppEventCREATE_OBJECT

The event occurs whenever any object is created. The numerical value for this constant is 9. See “CreateObject Event (Application Object)”.

AppEventDBCONFIG_MODIFIED

The event occurs whenever the database configuration has been modified. The numerical value for this constant is 56 (&H38).

AppEventDEACTIVATE_VIEW

The event occurs whenever a view is deactivated (whenever the window loses focus). The numerical value for this constant is 4. See “DeactivateView Event (Application Object)”.

AppEventDEACTIVATE_VIEW2

The event occurs whenever a view (which is passes as an argument) is deactivated (whenever the window loses focus). The numerical value for this constant is 21 (&H15). See “DeactivateView2 Event (Application Object)”.

AppEventDELETE

The event occurs whenever an object is deleted. The numerical value for this constant is 12 (&HC). See “Delete Event (Application Object)”.

AppEventDOCUMENT_CLOSE

The event occurs whenever a document is closed. The numerical value for this constant is 33 (&H21). See “DocumentClose Event (Application Object)”.

AppEventDOCUMENT_MODIFIED

The event occurs whenever a document has been modified. The numerical value for this constant is 8.

AppEventLOCKREQUEST

The event occurs when there is a lock request. The numerical value for this constant is 15. See “LockRequest Event (Application Object)”.

AppEventMOUSEMOVED

The event occurs when the mouse is moved in a View. The numerical value for this constant is 13. See “MouseMoved Event (Application Object)”.

AppEventPAINT_REGION

The event occurs when a View is painted. The numerical value for this constant is 26 (&H1A). See “PaintRegion Event (Application Object)”.

AppEventPRINT_FILE

The event occurs after a project is changed. The numerical value for this constant is 29 (&H1D). See “PrintFile Event (Application Object)”.

AppEventPROJECT_CHANGED

The event occurs just before a print project operation is initiated. The numerical value for this constant is 40 (&H28). See “ProjectChanged Event (Application Object)”.

AppEventSELECT

The event occurs when an object is selected or unselected. The numerical value for this constant is 10. See “Select Event (Application Object)”.

AppEventSHUTDOWN

The event occurs when Xpedition Designer shuts down. The numerical value for this constant is 2. See “Shutdown Event (Application Object)”.

AppEventSOURCEDOCUMENT_SAVE

The event occurs when a source document is saved. The numerical value for this constant is 36 (&H24). See “SourceDocumentSave Event (Application Object)”.

AppEventSOURCE_FILE_MODIFIED

The event occurs when an existing source document is modified and saved. The numerical value for this constant is 39 (&H27). See “SourceFileModified Event (Application Object)”.

AppEventSTARTUP

The event occurs when Xpedition Designer starts. The numerical value for this constant is 1. See “Startup Event (Application Object)”.

AppEventSYMOL_PREVIEWED

The event occurs when the symbol previewer displays a new symbol. The numerical value for this constant is 35 (&H23). See “SymbolPreviewed Event (Application Object)”.

AppEventUNLOCK

The event occurs when a block is being unlocked. The numerical value for this constant is 16 (&H10). See “Unlock Event (Application Object)”.