events

書式

dialogObject.events

説明

eventオブジェクトが格納されているコレクションです。

app.dialogs.add();
var d=app.dialogs;
alert(d[0].events.length);

目次に戻る