Raised if ExpandButtonAction is set to RaiseEvents and the [+/-] button of an Expandable node is clicked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<NodeEventArgs> ExpandButtonClicked |
Visual Basic Copy Code |
---|
Public Event ExpandButtonClicked As EventHandler(Of NodeEventArgs) |
ExpandButtonClicked event handlers receive an argument of type NodeEventArgs.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |