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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also