Initializes a new instance of the FixedPageChangedEventArgs class.
Namespace: FirstFloor.Documents.ControlsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public FixedPageChangedEventArgs( FixedPage oldPage, FixedPage newPage ) |
| Visual Basic |
|---|
Public Sub New ( _ oldPage As FixedPage, _ newPage As FixedPage _ ) |
| Visual C++ |
|---|
public: FixedPageChangedEventArgs( FixedPage^ oldPage, FixedPage^ newPage ) |
Parameters
- oldPage
- Type: FirstFloor.Documents..::..FixedPage
The old page.
- newPage
- Type: FirstFloor.Documents..::..FixedPage
The new page.