Share via


PageNavigationEventArgs コンストラクター

新しい PageNavigationEventArgs オブジェクトを構築します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Sub New ( _
    newPage As Integer _
)
'使用
Dim newPage As Integer

Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs(
    int newPage
)
public:
PageNavigationEventArgs(
    int newPage
)
new : 
        newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
    newPage : int
)

パラメーター

  • newPage
    型: System.Int32
    新しいページ番号を示す整数値。

関連項目

参照

PageNavigationEventArgs クラス

Microsoft.Reporting.WinForms 名前空間