The Diagram class represents a flow diagram.
The following tables list the members exposed by the Diagram type.
Name | Description | |
---|---|---|
Initializes a new instance of the Diagram class. |
Name | Description | |
---|---|---|
Gets the active diagram item. |
||
Gets or sets the visual style of adjustment handles of the active item. |
||
Gets or sets the size of adjustment handles that appear around selected items. |
||
Gets or sets a value indicating whether the diagram items should be aligned to a grid. |
||
Gets or sets a value indicating whether multiple selected nodes can be resized simultaneously. |
||
Gets or sets a value indicating whether users are allowed to draw reflexive links. |
||
Gets or sets a value indicating whether link segments can be added and removed interactively. |
||
Gets or sets a value indicating whether users can link nodes that do not have designated anchor points. |
||
Gets or sets a value indicating whether users are allowed to draw links that are not connected to any node. |
||
Gets or sets a value indicating whether auto-arranged link labels should avoid containers. |
||
Gets or sets a value indicating whether auto-arranged link labels should avoid link segments. |
||
Gets or sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically. |
||
Gets or sets whether links are deleted automatically when their origin or destination is deleted. |
||
Gets or sets a value indicating whether the document area should be resized automatically so it fits the diagram contents. |
||
Gets or sets an object specifying how to fill the diagram background. |
||
Gets or sets a value indicating how to align the background image. |
||
Gets or sets a Base64-encoded image to display as diagram background. |
||
Gets or sets URL of the image to paint as diagram's background. |
||
Gets or sets the radius length of decorations displayed at link intersection points. |
||
Gets or sets the type of DiagramLink objects to create when users starts drawing. |
||
Gets or sets the type of DiagramNode objects to create when users starts drawing. |
||
Gets or sets the default shape assigned to new ShapeNode objects. |
||
Gets or sets a value indicating whether the diagram has changed since loading it. |
||
Gets or sets the visual style of disabled adjustment handles. |
||
Gets or sets initial value of the dynamic property of new links. |
||
Gets or sets how the control responds to users clickingthe +/- button displayed by expandable nodes. |
||
Gets or sets a value indicating the link direction in which tree branches are expanded. |
||
Gets a Factory object that lets you programmatically add new items to the diagram. |
||
Gets or sets the default font of text displayed by diagram items. |
||
Gets or sets the radius around dragged free-form adjustment handle in which other points of FreeFormNode are modified too. |
||
Gets or sets an array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when behavior is set to LinkFreeShapes or DrawFreeShapes. |
||
Gets or sets the color of grid points. |
||
Gets or sets the horizontal offset of the first point of the alignment grid. |
||
Gets or sets the vertical offset of the first point of the alignment grid. |
||
Gets or sets the size of shapes used to represent grid points. |
||
Gets or sets the horizontal distance between adjacent grid points. |
||
Gets or sets the vertical distance between adjacent grid points. |
||
Gets or sets the visual style of the alignment grid. |
||
Returns an array of all items in this diagram. |
||
Gets the lane grid. |
||
Gets or sets the shape displayed at the base of new links. |
||
Gets or sets the default size of arrowheads at base of new links. |
||
Gets or sets the default fill of link arrowheads. |
||
Gets or sets a value indicating how to render the intersection points of links. |
||
Gets or sets the shape displayed as head of new links. |
||
Gets or sets the default size of arrowheads. |
||
Gets or sets a value specifying how far from a link a click is still considered a hit. |
||
Gets or sets the default stroke of links. |
||
Gets or sets the object used to find paths for auto-routed links when diagram nodes are added or their positions change. |
||
Returns an array of all links in this diagram. |
||
Gets or sets the default number of link segments. |
||
Gets or sets the initial shape assigned to new links. |
||
Gets or sets the default text placement and orientation of new links. |
||
Gets or sets the maximum distance between adjacent control points of a link at which the respective segments can be merged. |
||
Gets the global effects applied to nodes in this diagram. |
||
Returns an array of all nodes in this diagram. |
||
Gets or sets a value indicating whether newly created nodes are expandable. |
||
Gets or sets a value indicating whether the joints between segments of Polyline and Cascading links should be rounded. |
||
Gets or sets the radius of joint arcs of rounded links' segments. |
||
Gets or sets initial value of the autoRoute property of new links. |
||
Gets or sets the minimal distance between nodes and auto-routed links. |
||
Gets or sets the visual style of adjustment handles of selected items. |
||
Gets a Selection instance that represents the selection of items in this diagram. |
||
Gets or sets the horizontal offset of items' shadows. |
||
Gets or sets the vertical offset of items' shadows. |
||
Gets or sets the style of shadows. |
||
Gets or sets the default fill of ShapeNode objects. |
||
Gets or sets the location of a shape library file containing custom shape definitions. It can be set to a full URL of the file, or a relative file path. |
||
Gets or sets the default stroke of ShapeNode objects. |
||
Gets or sets a value indicating when to display anchor point marks. |
||
Gets or sets a value indicating whether adjustment handles are painted when they are disabled. |
||
Gets or sets a value indicating whether the alignment grid is visible. |
||
Gets or sets a value indicating whether the lane grid is visible. |
||
Gets or sets the style associated with this diagram. |
||
Gets or sets custom data associated with this diagram. |
||
Gets or sets the theme associated with this diagram. |
||
Gets or sets a value indicating whether saving action records for later undo is enabled. |
||
Gets or sets a value indicating whether validity checks are performed each time an item is added to the diagram. |
||
Gets a string identifying current version of the library. |
Name | Description | |
---|---|---|
Adds an item to the Diagram. |
||
Returns a point of the alignment grid nearest to the one passed as an argument. |
||
Arranges the diagram with the given layout. |
||
Arranges the diagram using the given layout, and animates items moving to their new positions. |
||
Rearranges link labels whose autoArrange property is enabled. |
||
Stops recording undo/redo commands into a CompositeCommand and discards the records created so far. |
||
Removes all items from the diagram. |
||
Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue. |
||
Executes the specified command on this diagram. |
||
Deserializes the diagram from a JSON string. |
||
Loads diagram contents from specified XML Document. |
||
Returns the smallest rectangle that bounds all diagram items. |
||
Finds and returns the topmost DiagramItem found at the specified location. |
||
Finds and returns an array of the diagram items found at the specified location. |
||
Finds and returns the topmost DiagramLink found at the specified location. |
||
Finds and returns an array of the diagram DiagramLinks found at the specified location. |
||
Returns the node nearest to the specified point. |
||
Finds and returns the topmost DiagramNode found at the specified location. |
||
Finds and returns an array of the DiagramNodes found at the specified location. |
||
Checks if the specified item can be modified interactively. |
||
Checks if the specified item is currently visible. |
||
Loads diagram contents from specified XML or JSON string. |
||
Loads the diagram from an XML file. |
||
Raises an event which notifies that a Diagram item has been clicked. |
||
Raises an event which notifies that a Diagram item has been created. |
||
Raises an event which notifies that a Diagram item has been deleted. |
||
Raises an event which notifies that a Diagram item has been deselected. |
||
Raises an event which notifies that a Diagram item has been double-clicked. |
||
Raises an event which notifies that a Diagram item has been modified. |
||
Raises the NodeModifying event. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been pasted from clipboard. |
||
Raises an event which notifies that a Diagram item has been selected. |
||
Raises an event which notifies that a Diagram item will be selected. |
||
Raises an event which notifies that the selection has changed. |
||
Executes again an action saved in the command history. |
||
Registers a diagram item class. |
||
Registers a component class. |
||
Registers a diagram item class for XML serialization support. |
||
Removes the specified item from the Diagram. |
||
Resize the document extents so that the specified item is contained within. |
||
Resizes the document scrollable area so that it fits all diagram items. |
||
Routes all links in the diagram in such a way they do not cross nodes. |
||
Encodes the diagram contents into an XML or JSON string. |
||
Saves the diagram to an XML file. |
||
Starts recording undo/redo commands into a CompositeCommand. |
||
Serializes the diagram into a JSON string. |
||
Saves the diagram into an XML Document. |
||
Specifies whether the diagram view should track mouse hover events. (Inherited from DiagramBase.) |
||
Undoes an action saved in the command history. |
Name | Description | |
---|---|---|
Raises the ActionRecorded event. (Inherited from DiagramBase.) |
||
Raises the ActionRecording event. (Inherited from DiagramBase.) |
||
Raises the ActionRedone event. (Inherited from DiagramBase.) |
||
Raises the ActionUndone event. (Inherited from DiagramBase.) |
||
Raises the BeginLoad event. (Inherited from DiagramBase.) |
||
Raises the BoundsChanged event. (Inherited from DiagramBase.) |
||
Raises the CellClicked event. (Inherited from DiagramBase.) |
||
Raises the CellDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the CellTextEdited event. (Inherited from DiagramBase.) |
||
Raises the CellTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the Clicked event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildAdded event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildRemoved event. (Inherited from DiagramBase.) |
||
Raises the ContainerFolded event. (Inherited from DiagramBase.) |
||
Raises the ContainerUnfolded event. (Inherited from DiagramBase.) |
||
Raises the ContentVisibilityChanged event. (Inherited from DiagramBase.) |
||
Raises the DefaultShapeChanged event. (Inherited from DiagramBase.) |
||
Raises the DeserializeTag event. (Inherited from DiagramBase.) |
||
Raises the DestinationAnchorChanged event. (Inherited from DiagramBase.) |
||
Raises the DirtyChanged event. (Inherited from DiagramBase.) |
||
Raises the DoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the DrawAdjustmentHandles event. (Inherited from DiagramBase.) |
||
Raises the DrawAnchorPoint event. (Inherited from DiagramBase.) |
||
Raises the DrawBackground event. (Inherited from DiagramBase.) |
||
Raises the DrawBranchIndicator event. (Inherited from DiagramBase.) |
||
Raises the DrawCell event. (Inherited from DiagramBase.) |
||
Raises the DrawForeground event. (Inherited from DiagramBase.) |
||
Raises the DrawLink event. (Inherited from DiagramBase.) |
||
Raises the DrawNode event. (Inherited from DiagramBase.) |
||
Raises the EndLoad event. (Inherited from DiagramBase.) |
||
Raises the ExpandButtonClicked event. (Inherited from DiagramBase.) |
||
Raises the GroupDestroyed event. (Inherited from DiagramBase.) |
||
Raises the HitTestAdjustmentHandles event. (Inherited from DiagramBase.) |
||
Raises the InitializeLasso event. (Inherited from DiagramBase.) |
||
Raises the InitializeLink event. (Inherited from DiagramBase.) |
||
Raises the InitializeNode event. (Inherited from DiagramBase.) |
||
Raises the ItemAdded event. (Inherited from DiagramBase.) |
||
Raises the ItemRemoved event. (Inherited from DiagramBase.) |
||
Raises the JsonDeserializeTag event. (Inherited from DiagramBase.) |
||
Raises the JsonSerializeTag event. (Inherited from DiagramBase.) |
||
Raises the LayerVisibilityChanged event. (Inherited from DiagramBase.) |
||
Raises the LinkActivated event. (Inherited from DiagramBase.) |
||
Raises the LinkClicked event. (Inherited from DiagramBase.) |
||
Raises the LinkCreateCancelled event. (Inherited from DiagramBase.) |
||
Raises the LinkCreated event. (Inherited from DiagramBase.) |
||
Raises the LinkCreating event. (Inherited from DiagramBase.) |
||
Raises the LinkDeactivated event. (Inherited from DiagramBase.) |
||
Raises the LinkDeleted event. (Inherited from DiagramBase.) |
||
Raises the LinkDeleting event. (Inherited from DiagramBase.) |
||
Raises the LinkDeselected event. (Inherited from DiagramBase.) |
||
Raises the LinkDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the LinkHovered event. (Inherited from DiagramBase.) |
||
Raises the LinkModified event. (Inherited from DiagramBase.) |
||
Raises the LinkModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the LinkModifying event. (Inherited from DiagramBase.) |
||
Raises the LinkPasted event. (Inherited from DiagramBase.) |
||
Raises the LinkRouted event. (Inherited from DiagramBase.) |
||
Raises the LinkSelected event. (Inherited from DiagramBase.) |
||
Raises the LinkSelecting event. (Inherited from DiagramBase.) |
||
Raises the LinkSplit event. (Inherited from DiagramBase.) |
||
Raises the LinkStartModifying event. (Inherited from DiagramBase.) |
||
Raises the LinkTextEdited event. (Inherited from DiagramBase.) |
||
Raises the LinkTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the MeasureUnitChanged event. (Inherited from DiagramBase.) |
||
Raises the NodeActivated event. (Inherited from DiagramBase.) |
||
Raises the NodeClicked event. (Inherited from DiagramBase.) |
||
Raises the NodeCreateCancelled event. (Inherited from DiagramBase.) |
||
Raises the NodeCreated event. (Inherited from DiagramBase.) |
||
Raises the NodeCreating event. (Inherited from DiagramBase.) |
||
Raises the NodeDeactivated event. (Inherited from DiagramBase.) |
||
Raises the NodeDeleted event. (Inherited from DiagramBase.) |
||
Raises the NodeDeleting event. (Inherited from DiagramBase.) |
||
Raises the NodeDeselected event. (Inherited from DiagramBase.) |
||
Raises the NodeDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the NodeHovered event. (Inherited from DiagramBase.) |
||
Raises the NodeModified event. (Inherited from DiagramBase.) |
||
Raises the NodeModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the NodeModifying event. (Inherited from DiagramBase.) |
||
Raises the NodePasted event. (Inherited from DiagramBase.) |
||
Raises the NodeSelected event. (Inherited from DiagramBase.) |
||
Raises the NodeSelecting event. (Inherited from DiagramBase.) |
||
Raises the NodeStartModifying event. (Inherited from DiagramBase.) |
||
Raises the NodeTextEdited event. (Inherited from DiagramBase.) |
||
Raises the NodeTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the OriginAnchorChanged event. (Inherited from DiagramBase.) |
||
Raises the PropertyChanged event. (Inherited from DiagramBase.) |
||
Raises the QueryAlignTarget event. (Inherited from DiagramBase.) |
||
Raises the Repaint event. (Inherited from DiagramBase.) |
||
Raises the RequestClipboard event. (Inherited from DiagramBase.) |
||
Raises the RequestDrawInteractions event. (Inherited from DiagramBase.) |
||
Raises the RequestTimer event. (Inherited from DiagramBase.) |
||
Raises the SelectionChanged event. (Inherited from DiagramBase.) |
||
Raises the SelectionModified event. (Inherited from DiagramBase.) |
||
Raises the SelectionModifying event. (Inherited from DiagramBase.) |
||
Raises the SerializeTag event. (Inherited from DiagramBase.) |
||
Raises the SetSelfLoopShape event. (Inherited from DiagramBase.) |
||
Raises the ShapeModified event. (Inherited from DiagramBase.) |
||
Raises the ShapeNotDefined event. (Inherited from DiagramBase.) |
||
Raises the TableColumnResized event. (Inherited from DiagramBase.) |
||
Raises the TableColumnResizing event. (Inherited from DiagramBase.) |
||
Raises the TableRowResized event. (Inherited from DiagramBase.) |
||
Raises the TableRowResizing event. (Inherited from DiagramBase.) |
||
Raises the TableSectionCollapsed event. (Inherited from DiagramBase.) |
||
Raises the TableSectionExpanded event. (Inherited from DiagramBase.) |
||
Raises the TreeCollapsed event. (Inherited from DiagramBase.) |
||
Raises the TreeExpanded event. (Inherited from DiagramBase.) |
||
Raises the TreeItemTextEditing event. (Inherited from DiagramBase.) |
||
Raises the ValidateAnchorPoint event. (Inherited from DiagramBase.) |
||
Raises the ValidateLinkCrossing event. (Inherited from DiagramBase.) |
||
Raises the ViewRemoved event. (Inherited from DiagramBase.) |
Name | Description | |
---|---|---|
Raised when an action is recorded in the undo buffer. (Inherited from DiagramBase.) |
||
A validation event raised before an action is recorded in the undo buffer. (Inherited from DiagramBase.) |
||
Raised when an action is redone. (Inherited from DiagramBase.) |
||
Raised when an action is undone. (Inherited from DiagramBase.) |
||
Raised when the diagram's active layer has changed. (Inherited from DiagramBase.) |
||
Raised when the component starts loading diagram data from a file or memory stream. (Inherited from DiagramBase.) |
||
Raised when the Bounds property value has changed. (Inherited from DiagramBase.) |
||
Raised when the user clicks a table’s cell. (Inherited from DiagramBase.) |
||
Raised when the user double-clicks a table’s cell. (Inherited from DiagramBase.) |
||
Raised when the user edits the text of a table’s cell. (Inherited from DiagramBase.) |
||
A validation event that lets you approve or reject changes made to the text of a table’s cell. (Inherited from DiagramBase.) |
||
Raised when the user clicks the diagram at a point where no items are located. (Inherited from DiagramBase.) |
||
Raised when a node is added to a ContainerNode, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when a node is removed from a ContainerNode, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user folds a container by clicking the arrow-up button in the container's caption area. (Inherited from DiagramBase.) |
||
Raised when the user unfolds a container by clicking the arrow-down button in the container's caption area. (Inherited from DiagramBase.) |
||
Raised when the visibility of container's content changes. (Inherited from DiagramBase.) |
||
Raised when the DefaultShape property value has changed. (Inherited from DiagramBase.) |
||
Raised when the Tag of a diagram item must be deserialized from XML format. (Inherited from DiagramBase.) |
||
Raised when the DestinationAnchor property value of a link has changed. (Inherited from DiagramBase.) |
||
Raised when the Dirty property value has changed. (Inherited from DiagramBase.) |
||
Raised when the user double-clicks the diagram at a point where no items are located. (Inherited from DiagramBase.) |
||
Raised when item's adjustment handles must be custom-drawn. (Inherited from DiagramBase.) |
||
Raised when an anchor point must be custom-drawn. (Inherited from DiagramBase.) |
||
Raised to let you custom draw the diagram background. (Inherited from DiagramBase.) |
||
Raised when a branch indicator must be custom-drawn. (Inherited from DiagramBase.) |
||
Raised when a table’s cell must be custom drawn. (Inherited from DiagramBase.) |
||
Raised to let you custom draw the diagram foreground. (Inherited from DiagramBase.) |
||
Raised when a diagram link must be custom drawn. (Inherited from DiagramBase.) |
||
Raised when a diagram node must be custom drawn. (Inherited from DiagramBase.) |
||
Raised when the component ends loading diagram data from a file or memory stream. (Inherited from DiagramBase.) |
||
Raised when the user clicks the [±] button of an Expandable node. (Inherited from DiagramBase.) |
||
Raised when a Group object is destroyed. (Inherited from DiagramBase.) |
||
Raised when custom hit testing of item’s adjustment handles must be performed. (Inherited from DiagramBase.) |
||
Raised when the user starts drawing a selection lasso, before it is rendered on screen. (Inherited from DiagramBase.) |
||
Raised when the user starts drawing a new link, just after the DiagramLink instance is created. (Inherited from DiagramBase.) |
||
Raised when the user starts drawing a new node, just after the DiagramNode instance is created. (Inherited from DiagramBase.) |
||
Raised when an item is added to the diagram, either programmatically or interactively. (Inherited from DiagramBase.) |
||
Raised when an item is removed from the diagram, either programmatically or interactively. (Inherited from DiagramBase.) |
||
Raised when the Tag of a diagram item must be deserialized from JSON. (Inherited from DiagramBase.) |
||
Raised when the Tag of a diagram item must be serialized to JSON. (Inherited from DiagramBase.) |
||
Raised when the visibility of a Layer changes. (Inherited from DiagramBase.) |
||
Raised when a link becomes the ActiveItem. (Inherited from DiagramBase.) |
||
Raised when the user clicks a link. (Inherited from DiagramBase.) |
||
Raised when the user cancels link creation. (Inherited from DiagramBase.) |
||
Raised when the user draws a new link. (Inherited from DiagramBase.) |
||
A validation event raised while the user is drawing a new link. (Inherited from DiagramBase.) |
||
Raised when a link is no longer the ActiveItem. (Inherited from DiagramBase.) |
||
Raised when a link is deleted, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user tries to delete a link, this event lets you cancel the operation. (Inherited from DiagramBase.) |
||
Raised when a link is deselected, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user double-clicks a link. (Inherited from DiagramBase.) |
||
Raised when the mouse pointer hovers over a link. (Inherited from DiagramBase.) |
||
Raised when the user moves any control point of a link. (Inherited from DiagramBase.) |
||
Raised when the user cancels move or resize operation being done on a link. (Inherited from DiagramBase.) |
||
A validation event raised while the user is modifying a link. (Inherited from DiagramBase.) |
||
Raised when a link has been pasted from the clipboard. (Inherited from DiagramBase.) |
||
Raised when a link is routed by the auto-routing algorithm. (Inherited from DiagramBase.) |
||
Raised when a link is selected, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user tries to select a link, this event lets you cancel the operation. (Inherited from DiagramBase.) |
||
Raised when the user splits a link interactively. (Inherited from DiagramBase.) |
||
A validation event raised when the user starts modifying a link. (Inherited from DiagramBase.) |
||
Raised when the user edits the text of a link. (Inherited from DiagramBase.) |
||
A validation event that lets you approve or reject changes made to the text of a link. (Inherited from DiagramBase.) |
||
Raised when the MeasureUnit property value has changed. (Inherited from DiagramBase.) |
||
Raised when a node becomes the ActiveItem. (Inherited from DiagramBase.) |
||
Raised when the user clicks a node. (Inherited from DiagramBase.) |
||
Raised when the user cancels node creation. (Inherited from DiagramBase.) |
||
Raised when the user draws a new node. (Inherited from DiagramBase.) |
||
A validation event raised while the user is drawing a new node. (Inherited from DiagramBase.) |
||
Raised when a node is no longer the ActiveItem. (Inherited from DiagramBase.) |
||
Raised when a node is deleted, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user tries to delete a node, this event lets you cancel the operation. (Inherited from DiagramBase.) |
||
Raised when a node is deselected, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user double-clicks a node. (Inherited from DiagramBase.) |
||
Raised when the mouse pointer hovers over a node. (Inherited from DiagramBase.) |
||
Raised when the user moves or resizes a node. (Inherited from DiagramBase.) |
||
Raised when the user cancels move or resize operation being done on a node. (Inherited from DiagramBase.) |
||
A validation event raised while the user is moving or resizing a node. (Inherited from DiagramBase.) |
||
Raised when a node has been pasted from the clipboard. (Inherited from DiagramBase.) |
||
Raised when a node is selected, either programmatically or by the user. (Inherited from DiagramBase.) |
||
Raised when the user tries to select a node, this event lets you cancel the operation. (Inherited from DiagramBase.) |
||
A validation event raised when the user starts modifying a node. (Inherited from DiagramBase.) |
||
Raised when the user edits the text of a node. (Inherited from DiagramBase.) |
||
A validation event that lets you approve or reject changes made to the text of a node. (Inherited from DiagramBase.) |
||
Raised when the OriginAnchor property value of a link has changed. (Inherited from DiagramBase.) |
||
INotifyPropertyChanged.PropertyChanged implementation. (Inherited from DiagramBase.) |
||
Raised to validate a node as target for alignment guides when AutoAlignNodes is enabled. (Inherited from DiagramBase.) |
||
Raised when the diagram views should be repainted. (Inherited from DiagramBase.) |
||
Raised when an object within the diagram requests a reset of the cached bitmap. (Inherited from DiagramBase.) |
||
Raised when an object within the diagram requests an operation with the clipboard. (Inherited from DiagramBase.) |
||
For internal use. (Inherited from DiagramBase.) |
||
Raised when an object within the diagram needs to start or stop a timer. (Inherited from DiagramBase.) |
||
Raised when an item is added to or removed from the selection (Inherited from DiagramBase.) |
||
Raised when the user moves multiple selected items. (Inherited from DiagramBase.) |
||
Raised while the user is moving multiple selected items, this event lets you cancel the modification. (Inherited from DiagramBase.) |
||
Raised when the Tag of a diagram item must be serialized into an XML document. (Inherited from DiagramBase.) |
||
Raised when a link becomes a self-loop, giving you a chance to override the default look shape. (Inherited from DiagramBase.) |
||
Raised when the user modifies the shape of a ShapeNode by moving one of the control points corresponding to shape formula parameters. (Inherited from DiagramBase.) |
||
Raised when the diagram being loaded contains nodes with an undefined shape. (Inherited from DiagramBase.) |
||
Raised when the user finishes resizing a column in a table. (Inherited from DiagramBase.) |
||
Raised when the user resizes a column in a table interactively. (Inherited from DiagramBase.) |
||
Raised when the user finishes resizing a row in a table. (Inherited from DiagramBase.) |
||
Raised when the user resizes a row in a table interactively. (Inherited from DiagramBase.) |
||
Raised when the user collapses the rows of a table’s section by clicking the [-] button in the section's header row. (Inherited from DiagramBase.) |
||
Raised when the user expands the rows of a table's section by clicking the [+] button in the section’s header row. (Inherited from DiagramBase.) |
||
Raised when a user collapses a tree branch by clicking the [-] button of an Expandable node. (Inherited from DiagramBase.) |
||
Raised when a user expands a tree branch by clicking the [+] button of an Expandable node. (Inherited from DiagramBase.) |
||
A validation event that lets you approve or reject changes made to the text of a TreeViewNode's item. (Inherited from DiagramBase.) |
||
A validation event that lets you approve or reject connecting a link to an anchor point. (Inherited from DiagramBase.) |
||
A validation event that lets you approve or reject displaying a decoration at the intersection point of links. (Inherited from DiagramBase.) |
||
Raised when a DiagramView is detached from this diagram. (Inherited from DiagramBase.) |