Defines all events raised by the Diagram component. The following tables list the members exposed by the Events type.
|
Name | Description | |
---|---|---|
![]() ![]() |
Raised when the user adds a node to a ContainerNode. |
|
![]() ![]() |
Raised when the user removes a node from a ContainerNode. |
|
![]() ![]() |
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. |
|
![]() ![]() |
Raised when the user clicks a link. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user draws a new link. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
A validation event raised while the user is drawing a new link. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when a link is deleted, either programmatically or by the user. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user tries to delete a link, this event lets you cancel the operation. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user moves any control point of a link. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
A validation event raised while the user is modifying a link. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user edits the text of a link. The event handlers get a LinkEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user clicks a node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user draws a new node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
A validation event raised while the user is drawing a new node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when a node is deleted, either programmatically or by the user. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user tries to delete a node, this event lets you cancel the operation. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user moves or resizes a node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
A validation event raised while the user is moving or resizing a node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the user edits the text of a node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the diagram has been repainted. |
|
![]() ![]() |
A validation event raised while the user is moving or resizing multiple items. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when the size of the diagram canvas has changed. |
|
![]() ![]() |
Raised when a user collapses a tree branch by clicking the [-] button of an Expandable node. The event handlers get a NodeEventArgs instance that contains data for this event. |
|
![]() ![]() |
Raised when a user expands a tree branch by clicking the [+] button of an Expandable node. The event handlers get a NodeEventArgs instance that contains data for this event. |