Called when a load fixed page operation has completed.
Namespace: FirstFloor.Documents.ControlsAssembly: 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 |
See Also