Called when a load fixed page operation has completed.

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

Syntax

C#
protected internal virtual void OnLoadFixedPageCompleted(
	FixedPage fixedPage,
	Exception error
)
Visual Basic
Protected Friend Overridable Sub OnLoadFixedPageCompleted ( _
	fixedPage As FixedPage, _
	error As Exception _
)
Visual C++
protected public:
virtual void OnLoadFixedPageCompleted(
	FixedPage^ fixedPage, 
	Exception^ error
)

Parameters

fixedPage
Type: FirstFloor.Documents..::..FixedPage
The fixed page.
error
Type: System..::..Exception
The error.

See Also