Share via


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
Método público PageNavigationEventArgs Construye un nuevo objeto PageNavigationEventArgs.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Cancel (Se hereda de CancelEventArgs.)
Propiedad pública NewPage Obtiene el número de la página resultante del evento PageNavigation.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.Reporting.WebForms