Udostępnij za pośrednictwem


Klasa HyperlinkEventArgs

Contains information about a Hyperlink event.

Hierarchia dziedziczenia

Object
  EventArgs
    CancelEventArgs
      Microsoft.Reporting.WinForms.HyperlinkEventArgs

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
<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

Typ HyperlinkEventArgs uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna Cancel Pobiera lub ustawia wartość określającą, czy zdarzenie powinno być anulowane. (Odziedziczone z CancelEventArgs).
Właściwość publiczna Hyperlink Gets the URL that the user clicked on in a report.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Uwagi

This is passed to the HyperlinkEventHandler delegate when a Hyperlink event occurs.

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WinForms