PageNavigationEventArgs 建構函式
建構新的 PageNavigationEventArgs 物件。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public Sub New ( _
newPage As Integer _
)
public PageNavigationEventArgs(
int newPage
)
public:
PageNavigationEventArgs(
int newPage
)
new :
newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
newPage : int
)
參數
- newPage
類型:Int32
包含新頁碼的 integer 值。