[]
        
(Showing Draft Content)

Inputman.GcCommentEvent

GcCommentEvent 列挙型

GcCommentのイベントを定義します

メンバー

AfterExecuteCommand

AfterExecuteCommand: = "afterexecutecommand"

GcCommentでコマンドが実行した後に発生します

AfterFirstLoad

AfterFirstLoad: = "afterfirstload"

GcCommentが初回コメントを読み込んだ後に発生します

BeforeExecuteCommand

BeforeExecuteCommand: = "beforeexecutecommand"

GcCommentでコマンドが実行する前に発生します

BeforeFirstLoad

BeforeFirstLoad: = "beforefirstload"

GcCommentが初回コメントを読み込む前に発生します

CreateEditor

CreateEditor: = "createeditor"

commentEditorが作成される前に発生します このイベントでICommentEditorオブジェクトをコメントエディタとして返します。参照 ICommentEditor

EditorCreated

EditorCreated: = "editorcreated"

commentEditorが作成された後に発生します

PreprocessError

PreprocessError: = "preprocesserror"

dataSourceのconfig設定とGcCommentのデータフェッチにエラーが発生するときに発生します 参照 IGcCommentDataSource