バージョン

SelectionDroppingEventArgs コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal documentView As EditorDocumentView, _
   ByVal dataObject As SyntaxEditorDataObject, _
   ByVal dropPoint As Infragistics.Documents.SnapshotPoint, _
   ByVal isDragSourceExternal As Boolean, _
   ByVal isOperationMove As Boolean _
)
public SelectionDroppingEventArgs( 
   EditorDocumentView documentView,
   SyntaxEditorDataObject dataObject,
   Infragistics.Documents.SnapshotPoint dropPoint,
   bool isDragSourceExternal,
   bool isOperationMove
)

パラメータ

documentView
データがドロップされている EditorDocumentView
dataObject
ドラッグされているデータを含む Infragistics.Controls.Editors.Primitives.SyntaxEditorDataObject
dropPoint
データが挿入されている Infragistics.Documents.TextDocument の位置を識別する Infragistics.Documents.SnapshotPoint
isDragSourceExternal
ドラッグ操作のソースが外部の場合、True。ドラッグ操作のソースが XamSyntaxEditor の場合、False。
isOperationMove
データが移動されている場合、True。データがコピーされている (isDragSourceExternal が False の場合のみに影響する) 場合、False。
参照