Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / HelpButtonClicked Event


In This Topic
    HelpButtonClicked Event (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.Windows.Forms.SRCategoryAttribute("CatBehavior")>
    <System.Windows.Forms.SRDescriptionAttribute("FormHelpButtonClickedDescr")>
    Public Event HelpButtonClicked As System.ComponentModel.CancelEventHandler
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim handler As System.ComponentModel.CancelEventHandler
     
    AddHandler instance.HelpButtonClicked, handler
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    [System.Windows.Forms.SRCategory("CatBehavior")]
    [System.Windows.Forms.SRDescription("FormHelpButtonClickedDescr")]
    public event System.ComponentModel.CancelEventHandler HelpButtonClicked
    Event Data

    The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also