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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also