The base class of the Diagram and DiagramDocument classes.
The following tables list the members exposed by the DiagramBase type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the DiagramBase class. |
Name | Description | |
---|---|---|
![]() |
Raises the ActionRedone event. |
|
![]() |
Raises the ActionUndone event. |
|
![]() |
Raises the BoundsChanged event. |
|
![]() |
Raises the CellClicked event. |
|
![]() |
Raises the CellDoubleClicked event. |
|
![]() |
Raises the Clicked event. |
|
![]() |
Raises the ContainerChildAdded event. |
|
![]() |
Raises the ContainerChildRemoved event. |
|
![]() |
Raises the ContainerFolded event. |
|
![]() |
Raises the ContainerUnfolded event. |
|
![]() |
Raises the DeserializeControl event. |
|
![]() |
Raises the DeserializeTag event. |
|
![]() |
Raises the DoubleClicked event. |
|
![]() |
Raises the DrawAdjustmentHandles event. |
|
![]() |
Raises the EnterInplaceEditMode event. |
|
![]() |
Raises the ExpandButtonClicked event. |
|
![]() |
Raises the HitTestAdjustmentHandles event. |
|
![]() |
Raises the InitializeLink event. |
|
![]() |
Raises the InitializeNode event. |
|
![]() |
Raises the ItemAdded event. |
|
![]() |
Raises the ItemRemoved event. |
|
![]() |
Raises the LaneGridCellCreated event. |
|
![]() |
Raises the LaneGridHeaderCreated event. |
|
![]() |
Raises the LeaveInplaceEditMode event. |
|
![]() |
Raises the LinkActivated event. |
|
![]() |
Raises the LinkClicked event. |
|
![]() |
Raises the LinkCreated event. |
|
![]() |
Raises the LinkCreating event. |
|
![]() |
Raises the LinkDeactivated event. |
|
![]() |
Raises the LinkDeleted event. |
|
![]() |
Raises the LinkDeleting event. |
|
![]() |
Raises the LinkDeselected event. |
|
![]() |
Raises the LinkDoubleClicked event. |
|
![]() |
Raises the LinkModified event. |
|
![]() |
Raises the LinkModifying event. |
|
![]() |
Raises the LinkPasted event. |
|
![]() |
Raises the LinkRouted event. |
|
![]() |
Raises the LinkSelected event. |
|
![]() |
Raises the LinkTextEdited event. |
|
![]() |
Raises the MagnifierFactorChanged event. |
|
![]() |
Raises the MeasureUnitChanged event. |
|
![]() |
Raises the NodeActivated event. |
|
![]() |
Raises the NodeClicked event. |
|
![]() |
Raises the NodeCreated event. |
|
![]() |
Raises the NodeCreating event. |
|
![]() |
Raises the NodeDeactivated event. |
|
![]() |
Raises the NodeDeleted event. |
|
![]() |
Raises the NodeDeleting event. |
|
![]() |
Raises the NodeDeselected event. |
|
![]() |
Raises the NodeDoubleClicked event. |
|
![]() |
Raises the NodeModified event. |
|
![]() |
Raises the NodeModifying event. |
|
![]() |
Raises the NodePasted event. |
|
![]() |
Raises the NodeSelected event. |
|
![]() |
Raises the NodeTextEdited event. |
|
![]() |
Raises the Repaint event. |
|
![]() |
Raises the SelectionChanged event. |
|
![]() |
Raises the SelectionModified event. |
|
![]() |
Raises the SelectionModifying event. |
|
![]() |
Raises the SerializeControl event. |
|
![]() |
Raises the SerializeTag event. |
|
![]() |
Raises the SetSelfLoopShape event. |
|
![]() |
Raises the TreeCollapsed event. |
|
![]() |
Raises the TreeExpanded event. |
|
![]() |
Raises the ValidateAnchorPoint event. |
|
![]() |
Raises the ZoomFactorChanged event. |
Name | Description | |
---|---|---|
![]() |
Raised when an action is redone. |
|
![]() |
Raised when an action is undone. |
|
![]() |
Raised when the diagram's active layer has changed. |
|
![]() |
Raised when the Bounds property value has changed. |
|
![]() |
Raised when the user clicks a table's cell. |
|
![]() |
Raised when the user double-clicks a table's cell. |
|
![]() |
Raised when the user clicks the diagram at a point where no items are located. |
|
![]() |
Raised when a node is added to a ContainerNode, either programmatically or by the user. |
|
![]() |
Raised when a node is removed from a ContainerNode, either programmatically or by the user. |
|
![]() |
Raised when the user folds a container by clicking the arrow-up button in the container's caption area. |
|
![]() |
Raised when the user unfolds a container by clicking the arrow-down button in the container's caption area. |
|
![]() |
Lets you load the attributes of controls hosted inside ControlNodes. |
|
![]() |
Raised when the Tag or Id of a diagram item must be deserialized from XML format. |
|
![]() |
Raised when the user double-clicks the diagram at a point where no items are located. |
|
![]() |
Raised when item's adjustment handles must be custom drawn. |
|
![]() |
Raised when entering inplace-edit mode. |
|
![]() |
Raised when the user clicks the [+/-] button of an Expandable node. |
|
![]() |
Raised when custom hit testing of item's adjustment handles must be performed. |
|
![]() |
Raised when the user starts drawing a new link, just after the DiagramLink instance is created. |
|
![]() |
Raised when the user starts drawing a new node, just after the DiagramNode instance is created. |
|
![]() |
Raised when an item is added to the diagram, either programmatically or interactively. |
|
![]() |
Raised when an item is removed from the diagram, either programmatically or interactively. |
|
![]() |
Raised when a lane grid's cell has been created to allow additional cusomtization of its presentation. |
|
![]() |
Raised when a lane grid's header has been created to allow additional cusomtization of its presentation. |
|
![]() |
Raised when leaving inplace-edit mode. |
|
![]() |
Raised when a link becomes the ActiveItem. |
|
![]() |
Raised when the user clicks a link. |
|
![]() |
Raised when the user draws a new link. |
|
![]() |
A validation event raised while the user is drawing a new link. |
|
![]() |
Raised when a link is no longer the ActiveItem. |
|
![]() |
Raised when a link is deleted, either programmatically or by the user. |
|
![]() |
Raised when the user tries to delete a link, this event lets you cancel the operation. |
|
![]() |
Raised when a link is deselected, either programmatically or by the user. |
|
![]() |
Raised when the user double-clicks a link. |
|
![]() |
Raised when the user moves any control point of a link. |
|
![]() |
A validation event raised while the user is modifying a link. |
|
![]() |
Raised when a link has been pasted from the clipboard. |
|
![]() |
Raised when a link is routed by the auto-routing algorithm. |
|
![]() |
Raised when a link is selected, either programmatically or by the user. |
|
![]() |
Raised when the user edits the text of a link. |
|
![]() |
Occurs when the magnifier factor changes. |
|
![]() |
Raised when the MeasureUnit property value has changed. |
|
![]() |
Raised when a node becomes the ActiveItem. |
|
![]() |
Raised when the user clicks a node. |
|
![]() |
Occurs when the user draws a new node. |
|
![]() |
A validation event raised while the user is drawing a new node. |
|
![]() |
Raised when a node is no longer the ActiveItem. |
|
![]() |
Raised when a node is deleted, either programmatically or by the user. |
|
![]() |
Raised when the user tries to delete a node, this event lets you cancel the operation. |
|
![]() |
Raised when a node is deselected, either programmatically or by the user. |
|
![]() |
Raised when the user double-clicks a node. |
|
![]() |
Raised when the user moves or resizes a node. |
|
![]() |
A validation event raised while the user is moving or resizing a node. |
|
![]() |
Raised when a node has been pasted from the clipboard. |
|
![]() |
Raised when a node is selected, either programmatically or by the user. |
|
![]() |
Raised when the user edits the text of a node. |
|
![]() |
Raised when the diagram views should be repainted. |
|
![]() |
Raised when an item is added to or removed from the selection. |
|
![]() |
Raised when the user moves or resizes multiple selected items. |
|
![]() |
Raised while the user is moving or resizing multiple selected items, this event lets you cancel the modification. |
|
![]() |
Lets you save the attributes of controls hosted inside ControlNodes. |
|
![]() |
Raised when the Tag of a diagram item must be serialized into an XML document. |
|
![]() |
Raised when a link becomes a self-loop, giving you a chance to override the default look shape. |
|
![]() |
Raised when a user collapses a tree branch by clicking the [-] button of an Expandable node. |
|
![]() |
Raised when a user expands a tree branch by clicking the [+] button of an Expandable node. |
|
![]() |
A validation event that lets you approve or reject connecting a link to an anchor point. |
|
![]() |
Occurs when the zoom factor changes. |