Interface ISidebarController
public interface ISidebarController
Properties
IsAttached
bool IsAttached { get; }
Property Value
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