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






In This Topic
    OnControlRemoved Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnControlRemoved( _
       ByVal e As System.Windows.Forms.ControlEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim e As System.Windows.Forms.ControlEventArgs
     
    instance.OnControlRemoved(e)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void OnControlRemoved( 
       System.Windows.Forms.ControlEventArgs e
    )
    protected procedure OnControlRemoved( 
        e: System.Windows.Forms.ControlEventArgs
    ); virtual; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function OnControlRemoved( 
       e : System.Windows.Forms.ControlEventArgs
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: virtual void OnControlRemoved( 
       System.Windows.Forms.ControlEventArgs* e
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    virtual void OnControlRemoved( 
       System.Windows.Forms.ControlEventArgs^ e
    ) 

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also