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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also