Classe PageNavigationEventArgs
Provides data for a PageNavigation event.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WebForms.PageNavigationEventArgs
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class PageNavigationEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class PageNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class PageNavigationEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type PageNavigationEventArgs =
class
inherit CancelEventArgs
end
public final class PageNavigationEventArgs extends CancelEventArgs
O tipo PageNavigationEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
PageNavigationEventArgs | Constructs a new PageNavigationEventArgs object. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) |
![]() |
NewPage | Gets the number of the page resulting from the PageNavigation event. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
This is passed to the PageNavigationEventHandler delegate when a PageNavigation event occurs.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.