C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / HyperlinkMouseUp Event

HyperlinkMouseUp Event (C1PreviewPane)
Occurs when the mouse pointer is over a hyperlink and a mouse button is released.
Syntax
'Declaration
 
Public Event HyperlinkMouseUp As HyperlinkMouseEventHandler
 
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.

PropertyDescription
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
Gets the hyperlink associated with the event.  
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
See Also