Represents the base binding context for a single page.

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 abstract class PageContextBase : NotifyPropertyChanged
Visual Basic
Public MustInherit Class PageContextBase _
	Inherits NotifyPropertyChanged
Visual C++
public ref class PageContextBase abstract : public NotifyPropertyChanged

Inheritance Hierarchy

See Also