PageNavigationEventArgs Class
Provides data for a PageNavigation event.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class PageNavigationEventArgs
Inherits CancelEventArgs
'Usage
Dim instance As PageNavigationEventArgs
[ComVisibleAttribute(false)]
public sealed class PageNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class PageNavigationEventArgs sealed : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */
public final class PageNavigationEventArgs extends CancelEventArgs
ComVisibleAttribute(false)
public final class PageNavigationEventArgs extends CancelEventArgs
Remarks
This is passed to the PageNavigationEventHandler delegate when a PageNavigation event occurs.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WebForms.PageNavigationEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
PageNavigationEventArgs Members
Microsoft.Reporting.WebForms Namespace