AnnotatedScrollBarScrollingEventArgs.ScrollingEventKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates how the scroll event was initiated.
public:
property AnnotatedScrollBarScrollingEventKind ScrollingEventKind { AnnotatedScrollBarScrollingEventKind get(); };
AnnotatedScrollBarScrollingEventKind ScrollingEventKind();
public AnnotatedScrollBarScrollingEventKind ScrollingEventKind { get; }
var annotatedScrollBarScrollingEventKind = annotatedScrollBarScrollingEventArgs.scrollingEventKind;
Public ReadOnly Property ScrollingEventKind As AnnotatedScrollBarScrollingEventKind
Property Value
A value of the enumeration that indicates how the scroll event was initiated.