Table of Contents

Method OnEndLoad

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

OnEndLoad(bool, ICollection)

Notifies the designer loader that loading is complete.

protected override void OnEndLoad(bool successful, ICollection errors)

Parameters

successful bool

true to indicate that the load completed successfully; otherwise, false.

errors ICollection

An ICollection of objects (usually exceptions) that were reported as errors.