Represents the document navigation history.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class NavigationHistory : NotifyPropertyChanged
Visual Basic
Public Class NavigationHistory _
	Inherits NotifyPropertyChanged
Visual C++
public ref class NavigationHistory : public NotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  FirstFloor.Documents..::..NotifyPropertyChanged
    FirstFloor.Documents.Controls..::..NavigationHistory

See Also