Search
DiagramView Events
 


 Public Events

  Name Description

CellClicked

Raised when the user clicks a table's cell.

CellTextEdited

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

CreatingAreaElement

Allows adding custom attributes to the AREA elements generated in ImageMap mode.

LinkClicked

Raised when the user clicks a link.

LinkCreated

Raised when the user creates a node.

LinkDeleted

Raised when the user deletes a link.

LinkDeleting

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

LinkModified

Raised when the user modifies a link.

LinkTextEdited

Raised when the user edits the text of a link.

NodeClicked

Raised when the user clicks a node.

NodeCreated

Raised when the user creates a node.

NodeDeleted

Raised when the user deletes a node.

NodeDeleting

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

NodeModified

Raised when the user modifies a node.

NodeTextEdited

Raised when the user edits the text of a node.

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.

 See Also