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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also