Table of Contents

Method BeginLoad

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

BeginLoad(IDesignerLoaderHost)

Starts the loading process.

public override void BeginLoad(IDesignerLoaderHost host)

Parameters

host IDesignerLoaderHost

The designer loader host to load.

Exceptions

ArgumentNullException

host is null.

InvalidOperationException

The designer is already loaded, or BeginLoad(IDesignerLoaderHost) has been called with a different designer loader host.

ObjectDisposedException

host has been disposed.