DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / MouseHover Event






MouseHover Event (DicomViewer)
Syntax
'Declaration
 
<SRCategoryAttribute("CatMouse")>
<SRDescriptionAttribute("ControlOnMouseHoverDescr")>
Public Event MouseHover As System.EventHandler
 
'Usage
 
Dim instance As DicomViewer
Dim handler As System.EventHandler
 
AddHandler instance.MouseHover, handler
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also