バージョン

SelectionDraggingEventArgs コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal documentView As EditorDocumentView, _
   ByVal dataObject As SyntaxEditorDataObject _
)
public SelectionDraggingEventArgs( 
   EditorDocumentView documentView,
   SyntaxEditorDataObject dataObject
)

パラメータ

documentView
選択がドラッグされる EditorDocumentView
dataObject
ドラッグされているデータを含む Infragistics.Controls.Editors.Primitives.SyntaxEditorDataObject
参照