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


In This Topic
    Scroll Event (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatAction")>
    <System.Windows.Forms.SRDescriptionAttribute("ScrollBarOnScrollDescr")>
    Public Event Scroll As System.Windows.Forms.ScrollEventHandler
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim handler As System.Windows.Forms.ScrollEventHandler
     
    AddHandler instance.Scroll, handler
    [System.Windows.Forms.SRCategory("CatAction")]
    [System.Windows.Forms.SRDescription("ScrollBarOnScrollDescr")]
    public event System.Windows.Forms.ScrollEventHandler Scroll
    Event Data

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

    PropertyDescription
    Gets or sets the new System.Windows.Forms.ScrollBar.Value of the scroll bar.  
    Gets the old System.Windows.Forms.ScrollBar.Value of the scroll bar.  
    Gets the scroll bar orientation that raised the Scroll event.  
    Gets the type of scroll event that occurred.  
    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