'宣言 Public Event Editing As C1TagEditor.TagEditorEditingEventHandler
public event C1TagEditor.TagEditorEditingEventHandler Editing
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、TagEditorEditingEventArgs 型の引数を受け取りました。次の TagEditorEditingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Position | タグの位置を取得します。 |
Text | タグのテキストを取得します。 |
参照