Table of Contents

Interface ISidebarController

Namespace
The.WPF.Sidebars
Assembly
Instagile.WPF.dll
public interface ISidebarController

Properties

IsAttached

bool IsAttached { get; }

Property Value

bool

Methods

Attach()

called when a sidebar should be activated, creating a user-specific model

ISidebarModel? Attach()

Returns

ISidebarModel

the activated sidebar, or null on failure

Detach()

called when a sidebar should be deactivated, disposing the now-unused model

ISidebarModel? Detach()

Returns

ISidebarModel

the activated sidebar, or null on failure