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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also