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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also