Click or drag to resize

ZoomPanelHistoryItemsChangedEventArgs Class

Provides data for the CurrentHistoryItemChanged event on ZoomPanelHistoryItemsCollection.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.ControlsZoomPanelHistoryItemsChangedEventArgs

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class HistoryItemsChangedEventArgs : EventArgs

The ZoomPanelHistoryItemsChangedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChangeType
Gets the reason for the history item change.
Public propertyNewHistoryItem
Gets the new history item as ZoomPanelHistoryItem.
Top
See Also