Search
DiagramBase.SerializeControl Event
See Also
 






Lets you save the attributes of controls hosted inside ControlNodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<ControlNodeEventArgs> SerializeControl

Visual Basic  Copy Code

Public Event SerializeControl As EventHandler(Of ControlNodeEventArgs)

 See Also