IDragHandler インターフェイス

定義

重要

この API は CLS 準拠ではありません。

ノードがドラッグ操作の処理を委任できるようにします。

public interface class IDragHandler
[System.CLSCompliant(false)]
public interface IDragHandler
[<System.CLSCompliant(false)>]
type IDragHandler = interface
Public Interface IDragHandler
属性

メソッド

名前 説明
CanDrag(INodeInformation)

このノードがドラッグに対応しているかどうかを示します。

UpdateData(INodeInformation, DataObject)

このノードにドラッグデータをDataObjectに追加します。

適用対象