Assigns (copies) properties from another LayoutChangeBase to the current object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override void AssignFrom(
	LayoutChangeBase source
)
Visual Basic
Public Overrides Sub AssignFrom ( _
	source As LayoutChangeBase _
)

See Also