Clase PageNavigationEventArgs
Proporciona datos para un evento PageNavigation.
Jerarquía de herencia
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WebForms.PageNavigationEventArgs
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public NotInheritable Class PageNavigationEventArgs _
Inherits CancelEventArgs
'Uso
Dim instance As PageNavigationEventArgs
[ComVisibleAttribute(false)]
public sealed class PageNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class PageNavigationEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type PageNavigationEventArgs =
class
inherit CancelEventArgs
end
public final class PageNavigationEventArgs extends CancelEventArgs
El tipo PageNavigationEventArgs expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PageNavigationEventArgs | Construye un nuevo objeto PageNavigationEventArgs. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Cancel | (Se hereda de CancelEventArgs.) | |
NewPage | Obtiene el número de la página resultante del evento PageNavigation. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Se pasa al delegado PageNavigationEventHandler cuando se produce un evento PageNavigation.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.