次の方法で共有


ScrollEventArgs.ScrollEventType プロパティ

定義

イベントを記述する ScrollEventType を取得します。

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

プロパティ値

イベントを記述する ScrollEventType

適用対象