Partilhar via


Classe HyperlinkEventArgs

Contains information about a Hyperlink event.

Hierarquia de herança

Object
  EventArgs
    CancelEventArgs
      Microsoft.Reporting.WinForms.HyperlinkEventArgs

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class HyperlinkEventArgs _
    Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class HyperlinkEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class HyperlinkEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type HyperlinkEventArgs =  
    class
        inherit CancelEventArgs
    end
public final class HyperlinkEventArgs extends CancelEventArgs

O tipo HyperlinkEventArgs expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Cancel Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.)
Propriedade pública Hyperlink Gets the URL that the user clicked on in a report.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Comentários

This is passed to the HyperlinkEventHandler delegate when a Hyperlink 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.

Consulte também

Referência

Namespace Microsoft.Reporting.WinForms