DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / Enter Event






    Enter Event (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatFocus")>
    <SRDescriptionAttribute("ControlOnEnterDescr")>
    Public Event Enter As System.EventHandler
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim handler As System.EventHandler
     
    AddHandler instance.Enter, handler
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also