Raised when a link is no longer the ActiveItem.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<LinkEventArgs> LinkDeactivated |
Visual Basic
Copy Code
|
|---|
Public Event LinkDeactivated As EventHandler(Of LinkEventArgs) |
RemarksLinkDeactivated is raised when the ActiveItem changes and before that it referred to a link.
See Also