Classe DocumentMapNavigationEventArgs
Provides data for the DocumentMapNavigation event.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.DocumentMapNavigationEventArgs
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class DocumentMapNavigationEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class DocumentMapNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class DocumentMapNavigationEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type DocumentMapNavigationEventArgs =
class
inherit CancelEventArgs
end
public final class DocumentMapNavigationEventArgs extends CancelEventArgs
O tipo DocumentMapNavigationEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DocumentMapNavigationEventArgs | Construct a new DocumentMapNavigationEventArgs object. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) | |
DocumentMapId | Gets the unique identifier of the document map node selected. |
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 DocumentMapNavigationEventHandler delegate when a DocumentMapNavigation 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.