Search
Events Members
Properties
 


Defines all events raised by the Diagram component.

The following tables list the members exposed by the Events type.

 Public Properties

  Name Description

animatedLayoutCompleted

Raised when an animated layout completes.

cellTextEdited

Raised when the user edits the text of a table cell.

cellTextEditing

Raised when the user starts to edit the text of a table cell.

clicked

Raised when the user clicks the diagram at a point where no items are located.

containerChildAdded

Raised when the user adds a node to a ContainerNode.

containerChildAdding

A validation event raised to let you prevent users from adding child nodes to a container.

containerChildRemoved

Raised when the user removes a node from a ContainerNode.

containerChildRemoving

A validation event raised to let you prevent users from removing child nodes from a container.

containerFolded

Raised when the user folds a container by clicking the arrow-up button in the container's caption area.

containerUnfolded

Raised when the user unfolds a container by clicking the arrow-down button in the container's caption area.

controlLoaded

Raised when the control is loaded. For internal use by MindFusion ASP.NET WebForms / MVC controls.

createEditControl

Raised to let you create a custom inplace editor control.

dataLoaded

Raised when the diagram data is loaded.

deserializeTag

Raised when the Tag or Id of a diagram item must be deserialized from XML format.

drawAdjustmentHandles

Raised to draw custom adjustment handles.

enterInplaceEditMode

Raised when entering inplace-edit mode.

expandButtonClicked

Raised if ExpandButtonAction is set to RaiseEvents and the [+/-]button of an Expandable node is clicked.

headerResized

Raised when the user finished resizing a header.

headerStartResizing

Raised when the user starts resizing a header.

hitTestAdjustmentHandles

Raised to hit-test custom adjustment handles.

hyperlinkClicked

Raised when the user clicks a hyperlink inside a node.

initializeLink

Raised when the user starts drawing a new link, just after the DiagramLink instance is created.

initializeNode

Raised when the user starts drawing a new node, just after the DiagramNode instance is created.

itemAdded

Raised when an item is added to the diagram.

itemRemoved

Raised when an item is removed from the diagram.

laneGridCellTextEdited

Raised when the user edits the text of a grid cell.

leaveInplaceEditMode

Raised when leaving inplace-edit mode.

linkClicked

Raised when the user clicks a link.

linkCreated

Raised when the user draws a new link.

linkCreating

A validation event raised while the user is drawing a new link.

linkDeleted

Raised when a link is deleted, either programmatically or by the user.

linkDeleting

Raised when the user tries to delete a link. This event lets you cancel the operation.

linkDeselected

Raised when a link is deselected, either programmatically or by the user.

linkDoubleClicked

Raised when the user double-clicks a link.

linkModified

Raised when the user moves any control point of a link.

linkModifying

A validation event raised while the user is modifying a link.

linkPasted

Raised when a link has been pasted from the clipboard.

linkPointed

Raised when the mouse pointer hovers over a link.

linkSelected

Raised when a link is selected, either programmatically or by the user.

linkSelecting

Raised when the user tries to select a link. This event lets you cancel the operation.

linkTextEdited

Raised when the user edits the text of a link.

linkTextEditing

Raised when the user starts to edit the text of a link.

mouseWheel

Raised when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.

nodeClicked

Raised when the user clicks a node.

nodeCreated

Raised when the user draws a new node.

nodeCreating

A validation event raised while the user is drawing a new node.

nodeDeleted

Raised when a node is deleted, either programmatically or by the user.

nodeDeleting

Raised when the user tries to delete a node. This event lets you cancel the operation.

nodeDeselected

Raised when a node is deselected, either programmatically or by the user.

nodeDomCreated

Raised when the content of a ControlNode is added to the page DOM.

nodeDoubleClicked

Raised when the user double-clicks a node.

nodeModified

Raised when the user moves or resizes a node.

nodeModifying

A validation event raised while the user is moving or resizing a node.

nodePasted

Raised when a node has been pasted from the clipboard.

nodePointed

Raised when the mouse pointer hovers over a node.

nodeSelected

Raised when a node is selected, either programmatically or by the user.

nodeSelecting

Raised when the user tries to select a node. This event lets you cancel the operation.

nodeTextEdited

Raised when the user edits the text of a node.

nodeTextEditing

Raised when the user starts to edit the text of a node.

repaint

Raised when the diagram has been repainted.

selectionChanged

Raised when the diagram selection has changed.

selectionModifying

A validation event raised while the user is moving or resizing multiple items.

serializeTag

Raised when the tag or id of a diagram item must be serialized in XML format.

sizeChanged

Raised when the size of the diagram canvas has changed.

tableColumnResized

Raised when the user finishes resizing a column in a table.

tableColumnResizing

Raised when the user resizes a column in a table interactively.

tableRowResized

Raised when the user finishes resizing a row in a table.

tableRowResizing

Raised when the user resizes a row in a table interactively.

treeCollapsed

Raised when a user collapses a tree branch by clicking the [-] button of an expandable node.

treeExpanded

Raised when a user expands a tree branch by clicking the [+] button of an expandable node.

treeItemTextEdited

Raised when the user edits the text of a tree view item.

treeItemTextEditing

Raised when the user starts to edit the text of a tree view item.

 See Also