バージョン

SelectionDragging イベント

EditorDocumentView の Selection のドラッグ操作が開始しているときに発生します。
シンタックス
'宣言
 
Public Event SelectionDragging As EventHandler(Of SelectionDraggingEventArgs)
public event EventHandler<SelectionDraggingEventArgs> SelectionDragging
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、SelectionDraggingEventArgs 型の引数を受け取りました。次の SelectionDraggingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Cancel イベントをトリガーしたアクションがキャンセルされるかどうかを返すか、設定します。
DataObject ドラッグされているデータを含む Infragistics.Controls.Editors.Primitives.SyntaxEditorDataObject を返します。
DocumentView 選択がドラッグされる EditorDocumentView を返します。
参照