Back to Devexpress

AlertControl.HyperlinkClick Event

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-8e65cb45.md

latest1.6 KB
Original Source

AlertControl.HyperlinkClick Event

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event AlertHyperlinkClickEventHandler HyperlinkClick
vb
<DXCategory("Events")>
Public Event HyperlinkClick As AlertHyperlinkClickEventHandler

Event Data

The HyperlinkClick event's data class is HyperlinkClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
LinkGet or sets the URL of the clicked hyperlink.
MouseArgsGets or sets mouse coordinates calculated from the toolbar’s upper left corner.
TextGets or sets the hyperlink alt text. Note that modifying this text does not change the item caption.

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace