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