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에 추가합니다.

적용 대상