Click or drag to resize

AllWorksheetHandler Class

Shows all tables in the project.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Pads.ProjectBrowserAbstractItemHandler
    Altaxo.Gui.Pads.ProjectBrowserAllWorksheetHandler

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AllWorksheetHandler : AbstractItemHandler

The AllWorksheetHandler type exposes the following members.

Constructors
 NameDescription
Public methodAllWorksheetHandlerInitializes a new instance of the AllWorksheetHandler class
Top
Methods
 NameDescription
Public methodBeginTracking Starts monitoring of the table collection.
(Overrides AbstractItemHandlerBeginTracking)
Public methodEndTracking Ends monitoring of the table collection.
(Overrides AbstractItemHandlerEndTracking)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetItemList Fills the list with all tables in the project.
(Overrides AbstractItemHandlerGetItemList)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnListChange Fires the ListChange event.
(Inherited from AbstractItemHandler)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Protected event_listChange
(Inherited from AbstractItemHandler)
Public eventListChange Signals that the list has changed, so the view can update the list. When the first receiver registers for the event, the function BeginTracking will be called. If the last receiver unregisters for the event, the function EndTracking will be called.
(Inherited from AbstractItemHandler)
Top
Fields
 NameDescription
Protected field_list
(Inherited from AbstractItemHandler)
Top
See Also