TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ScrollPositionChanged Event

In This Topic
    ScrollPositionChanged Event (C1TreeView)
    In This Topic
    Occurs when the C1.Framework.ScrollableControl.ScrollPosition property was changed.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.ScrollPositionChanged", "Occurs when the ScrollPosition property was changed.")>
    Public Event ScrollPositionChanged As EventHandler
    [C1Category("Behavior")]
    [C1Description("C1TreeView.ScrollPositionChanged", "Occurs when the ScrollPosition property was changed.")]
    public event EventHandler ScrollPositionChanged
    See Also