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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also