DocumentEvent

プロパティ(オブジェクト)

Ver. プロパティ名 説明
Parent Application, Document 親のオブジェクト

プロパティ

Ver. プロパティ名 R/O 説明
Bubbles Boolean型 If true, the event supports the bubbling phase of propagation.
Cancelable Boolean型 If true, the default behavior of the ^Object on its target can be canceled.
Captures Boolean型 If true, the event supports the capturing phase of propagation.
CurrentTarget Object The current propagation target of the event.
DefaultPrevented Boolean型 If true, the default behavior of the ^Object on its target has been canceled.
EventPhase idEventPhases
idEventPhases
Ver.10進数説明
idAtTarget1701724500
idBubblingPhase1701724789
idCapturingPhase1701725040
idDone1701725252
idNotDispatching1701727812
The current propagation phase of the ^Object.
EventType String型 The name of the event.
FullName String型 The full path to the ^Object, including the name of the ^Object.
Id Long型 オブジェクトのID
Index Long型 インデックス
PropagationStopped Boolean型 If true, propagation of the ^Object beyond the current target has been stopped.
Target Object
TimeStamp Date型 The time the ^Object was initialized.
UserInteractionLevel idUserInteractionLevels
idUserInteractionLevels
Ver.10進数説明
idInteractWithAlerts1699311170 警告のダイアログのみ表示
idInteractWithAll1699311169 全てのダイアログを表示
idNeverInteract1699640946 全てのダイアログを表示しない
ダイアログの表示

メソッド

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
PreventDefault
StopPropagation