Resolves sources of all drawels within this layer

Namespace:  C1.C1PrintDocument.DocEngine.Render
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void AfterDeserialize(
	DrawelRoot sourceRoot
)
Visual Basic (Declaration)
Public Sub AfterDeserialize ( _
	sourceRoot As DrawelRoot _
)

Parameters

sourceRoot
Type: C1.C1PrintDocument.DocEngine.Src..::.DrawelRoot
Source tree root

See Also