Lets you save the attributes of controls hosted inside ControlNodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ControlNodeEventArgs> SerializeControl |
Visual Basic
Copy Code
|
|---|
Public Event SerializeControl As EventHandler(Of ControlNodeEventArgs) |
See Also