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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also