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






    HandleCreated Event (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatPrivate")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <SRDescriptionAttribute("ControlOnCreateHandleDescr")>
    Public Event HandleCreated As System.EventHandler
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim handler As System.EventHandler
     
    AddHandler instance.HandleCreated, handler
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also