IDragHandler 介面

定義

重要

此 API 不符合 CLS 規範。

允許節點委派拖曳操作的處理。

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

方法

名稱 Description
CanDrag(INodeInformation)

顯示此節點是否支援拖曳。

UpdateData(INodeInformation, DataObject)

將拖曳資料到此節點到 DataObject 中。

適用於