Initializes a new instance of the PageSelectedEventArgs class.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public PageSelectedEventArgs( int pageNumber )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ pageNumber As Integer _ )  | 
| Visual C++ | 
|---|
public: PageSelectedEventArgs( int pageNumber )  | 
Parameters
- pageNumber
 - Type: System..::.Int32
The page number.