Raised when the user clicks the [+/-] button of an Expandable node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public event EventHandler<NodeEventArgs> ExpandButtonClicked |
Visual Basic
![]() |
---|
Public Event ExpandButtonClicked As EventHandler(Of NodeEventArgs) |
This event is raised only if ExpandButtonAction is set to RaiseEvents. Otherwise either the TreeCollapsed or TreeExpanded event is raised, depending on the state of the node.