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 override void OnLoadFixedPageCompleted(
	FixedPage fixedPage,
	Exception error
)
Visual Basic
Protected Friend Overrides Sub OnLoadFixedPageCompleted ( _
	fixedPage As FixedPage, _
	error As Exception _
)
Visual C++
protected public:
virtual void OnLoadFixedPageCompleted(
	FixedPage^ fixedPage, 
	Exception^ error
) override

Parameters

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

See Also