IDragHandler 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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 中。 |