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






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

    Parameters

    m
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also