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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also