Event

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

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

プロパティ

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.
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.

メソッド

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

コレクションのプロパティ Events

Ver. プロパティ名 R/O 説明
Count Long型 オブジェクト数
Item(Index) Object 既定値、省略可。IndexまたはName(なければLabel)で指定されたオブジェクトを返す

コレクションのメソッド Events

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
AnyItem Object 各オブジェクトを返す
FirstItem Object 最初のオブジェクトを返す
ItemByID Object IDで指定したオブジェクトを返す
Id Long型 オブジェクトのID
ItemByRange Objects 範囲で指定したオブジェクトを返す
From Object, Long型, String型 範囲の開始
To Object, Long型, String型 範囲の終了
LastItem Object 最後のオブジェクトを返す
MiddleItem Object middle objectを返す
NextItem Object 一つ後のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト
PreviousItem Object 一つ前のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト