Table of Contents

Class DefaultExtensionServer

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Base class for extension servers that create extensions that derive from DefaultExtension.

public abstract class DefaultExtensionServer : ExtensionServer
Inheritance
DefaultExtensionServer
Derived

Methods

CreateExtension(Type, DesignItem)

Creates an instance of the DefaultExtension and calls OnInitialize on it.

ReapplyExtensions(ICollection<DesignItem>)

Raise the ShouldApplyExtensionsInvalidated event for the specified set of design items.

RemoveExtension(Extension)

Calls OnRemove() on the DefaultExtension.

Events

ShouldApplyExtensionsInvalidated

This event is raised when ShouldApplyExtensions is invalidated for a set of items.