'Declaration Public Event HyperlinkMouseUp As HyperlinkMouseEventHandler
public event HyperlinkMouseEventHandler HyperlinkMouseUp
Event Data
The event handler receives an argument of type HyperlinkMouseEventArgs containing data related to this event. The following HyperlinkMouseEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | (Inherited from System.Windows.Forms.MouseEventArgs) |
Clicks | (Inherited from System.Windows.Forms.MouseEventArgs) |
Delta | (Inherited from System.Windows.Forms.MouseEventArgs) |
Hyperlink | Gets the hyperlink associated with the event. |
Location | (Inherited from System.Windows.Forms.MouseEventArgs) |
X | (Inherited from System.Windows.Forms.MouseEventArgs) |
Y | (Inherited from System.Windows.Forms.MouseEventArgs) |
See Also