다음을 통해 공유


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 입니다.

적용 대상