Daniel's XL Toolbox NG
XLToolbox.SheetManager.TaskPaneManager Class Reference

Singleton class that handles the Worksheet Manager task pane. More...

Properties

static TaskPaneManager Default [get]
 
static bool InitializedAndVisible [get]
 Gets whether the sheet manager task pane has been initialized and visible. Other than accessing the Default.Visible property, this method won't cause the singleton to be instantiated. More...
 
bool Visible [get, set]
 
int Width [get, set]
 

Events

static EventHandler< TaskPaneManagerEventArgsInitialized
 Raised when the sheet manager singleton has been initialized. Caveat: At the time when the event is raised, the static Default property will not yet return the instance. Subscribers to this event should use the SheetManagerEventArgs.Instance property to access the singleton instance. More...
 
EventHandler< SheetManagerEventArgsVisibilityChanged
 Raised when the visibility of the encapsulated task pane changed. More...
 

Detailed Description

Singleton class that handles the Worksheet Manager task pane.

Property Documentation

◆ Default

TaskPaneManager XLToolbox.SheetManager.TaskPaneManager.Default
staticget

◆ InitializedAndVisible

bool XLToolbox.SheetManager.TaskPaneManager.InitializedAndVisible
staticget

Gets whether the sheet manager task pane has been initialized and visible. Other than accessing the Default.Visible property, this method won't cause the singleton to be instantiated.

◆ Visible

bool XLToolbox.SheetManager.TaskPaneManager.Visible
getset

◆ Width

int XLToolbox.SheetManager.TaskPaneManager.Width
getset

Event Documentation

◆ Initialized

EventHandler<TaskPaneManagerEventArgs> XLToolbox.SheetManager.TaskPaneManager.Initialized
static

Raised when the sheet manager singleton has been initialized. Caveat: At the time when the event is raised, the static Default property will not yet return the instance. Subscribers to this event should use the SheetManagerEventArgs.Instance property to access the singleton instance.

This is a static event. Subscribers should take care to unsubscribe from it, otherwise they will never be garbage-collected.

◆ VisibilityChanged

EventHandler<SheetManagerEventArgs> XLToolbox.SheetManager.TaskPaneManager.VisibilityChanged

Raised when the visibility of the encapsulated task pane changed.


The documentation for this class was generated from the following file: