PageNavigationEventArgs-Konstruktor
Erstellt ein neues PageNavigationEventArgs-Objekt.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Sub New ( _
newPage As Integer _
)
public PageNavigationEventArgs(
int newPage
)
public:
PageNavigationEventArgs(
int newPage
)
new :
newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
newPage : int
)
Parameter
- newPage
Typ: Int32
Ein integer-Wert, der die neue Seitenzahl enthält.