INodeWithDrag Interface

Definition

Allows a node to indicate whether it supports dragging.

public interface class INodeWithDrag
public interface INodeWithDrag
type INodeWithDrag = interface
Public Interface INodeWithDrag

Properties

CanDrag

Gets a value indicating whether the node supports dragging.

Methods

UpdateData(DataObject)

Adds the drag data for the node to the DataObject.

Applies to