Click or drag to resize

AbstractItemHandler Class

Abstracts the handling of the list items that are currently shown.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Pads.ProjectBrowserAbstractItemHandler
    More

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

The AbstractItemHandler type exposes the following members.

Constructors
 NameDescription
Protected methodAbstractItemHandlerInitializes a new instance of the AbstractItemHandler class
Top
Methods
 NameDescription
Public methodBeginTracking Begins monitoring of changes that can affect the items in the list.
Public methodEndTracking Ends monitoring of changes that can affect the items in the list.
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 methodStatic memberGetBrowserListItem(String) 
Public methodStatic memberGetBrowserListItem(IProjectItem, Boolean) 
Public methodStatic memberGetBrowserListItemFromObject 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetItemList Fills the list with items.
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.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Protected event_listChange 
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.
Top
Fields
See Also
Inheritance Hierarchy