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






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

    Parameters

    hevent
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also