Occurs when a fixed page has been loaded.

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 event EventHandler<FixedPageLoadedEventArgs> FixedPageLoaded
Visual Basic
Public Event FixedPageLoaded As EventHandler(Of FixedPageLoadedEventArgs)
Visual C++
public:
 event EventHandler<FixedPageLoadedEventArgs^>^ FixedPageLoaded {
	void add (EventHandler<FixedPageLoadedEventArgs^>^ value);
	void remove (EventHandler<FixedPageLoadedEventArgs^>^ value);
}

See Also