Search
TreeViewConnectionPoint.LoadFrom Method
See Also
 





Deserializes the object from the specified reader.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void LoadFrom (
    BinaryReader reader,
    PersistContext ctx
)

Visual Basic  Copy Code

Protected Overrides Sub LoadFrom( _
    reader As BinaryReader, _
    ctx As PersistContext _
)

 Parameters

reader

ctx

 See Also