Raised to validate a node as target for alignment guides when AutoAlignNodes is enabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<NodeValidationEventArgs> QueryAlignTarget |
Visual Basic
Copy Code
|
|---|
Public Event QueryAlignTarget As EventHandler(Of NodeValidationEventArgs) |
Event DataMember name | Description |
|---|---|
Set it to true to prevent a node from being used as alignment target. | |
The DiagramNode that would be used as alignment target. |
See Also