EventInfo.Mute または EventInfo::PutMute プロパティを設定して、自己インストールのイベント ハンドラを有効化および無効化できます。
var cloEvents = Application.EventInfos; var oEvent = cloEvents.Item("myOnSelectionChange"); if ( classname(oEvent) == "EventInfo" ) { oEvent.mute = !oEvent.mute; }
また、プラグインマネージャの[イベント]タブからイベントをミュートすることもできます。