The DiagramNodeToolDroppedEventArgs type exposes the following members.

Constructors

  NameDescription
DiagramNodeToolDroppedEventArgs
Initializes a new instance of the DiagramNodeToolDroppedEventArgs class.

Properties

  NameDescription
Bounds
Gets the bounds of the drop, in thumb coordinates.
Builder
Gets the IDiagramNodeBuilder associated with the dropped tool.
UseDefaultSize
Gets whether the node should be created with the default size (i.e. the tool was dropped) rather than being sized according to the Bounds (i.e. a click-drag-size).

See Also