VdNotifyFlag Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies the events that trigger flags.

Usage

VdNotifyFlag.Constant

Arguments

VDCN_APP_QUIT_AFTER

The numerical value for this constant is 131072 (&H20000).

VDCN_APP_QUIT_BEFORE

The numerical value for this constant is 65536 (&H10000).

VDCN_CREATE_AFTER

The numerical value for this constant is 4.

VDCN_CREATE_BEFORE

The numerical value for this constant is 2.

VDCN_DOC_CLOSE_AFTER

The numerical value for this constant is 32768 (&H8000).

VDCN_DOC_CLOSE_BEFORE

The numerical value for this constant is 16384 (&H4000).

VDCN_LOAD_AFTER

The numerical value for this constant is 64 (&H40).

VDCN_LOAD_BEFORE

The numerical value for this constant is 32 (&H20).

VDCN_OBJ_COPY

The numerical value for this constant is 262144 (&H40000).

VDCN_OBJ_CUT

The numerical value for this constant is 524288 (&H80000).

VDCN_ONACTIVATE

The numerical value for this constant is 128 (&H80).

VDCN_ONBUFFERPASTE

The numerical value for this constant is 1024 (&H400).

VDCN_ONDELETE

The numerical value for this constant is 512 (&H200).

VDCN_SAVE_AFTER

The numerical value for this constant is 2048 (&H800).

VDCN_SAVE_BEFORE

The numerical value for this constant is 256 (&H100).

VDCN_SAVEAS_AFTER

The numerical value for this constant is 8192 (&H2000).

VDCN_SAVEAS_BEFORE

The numerical value for this constant is 4096 (&H1000).

VDCN_SELECT

The numerical value for this constant is 1.

VDCN_UPDATE

The numerical value for this constant is 8.