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






    GotFocus Event (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatFocus")>
    <SRDescriptionAttribute("ControlOnGotFocusDescr")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Event GotFocus As System.EventHandler
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As System.EventHandler
     
    AddHandler instance.GotFocus, handler
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also