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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also