Table of Contents

Interface IDesignedComponentAssemblyProvider

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

Provides an interface that is used to retrieve data from specified assembly.

public interface IDesignedComponentAssemblyProvider

Methods

NotifyAssemblyChanged()

When implemented by a class, notifies that assembly was changed.

TryGetAssemblyBytes(out byte[])

When implemented by a class, retrieves assembly content into the byte array.

Events

AssemblyChanged

When implemented by a class, occurs when assembly was changed.