DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / OnControlRemoved Method






    OnControlRemoved Method (LicenseDialog)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnControlRemoved( _
       ByVal e As System.Windows.Forms.ControlEventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim e As System.Windows.Forms.ControlEventArgs
     
    instance.OnControlRemoved(e)

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also