IDragHandler Interface

Definition

Important

This API is not CLS-compliant.

Allows a node to delegate the handling of drag operations.

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

Methods

CanDrag(INodeInformation)

Indicates if this node supports dragging.

UpdateData(INodeInformation, DataObject)

Adds drag data to this node to the DataObject.

Applies to