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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also