ScrollEventArgs.ScrollEventType Property

Definition

Gets a ScrollEventType describing the event.

public:
 property ScrollEventType ScrollEventType { ScrollEventType get(); };
ScrollEventType ScrollEventType();
public ScrollEventType ScrollEventType { get; }
var scrollEventType = scrollEventArgs.scrollEventType;
Public ReadOnly Property ScrollEventType As ScrollEventType

Property Value

A ScrollEventType describing the event.

Applies to