ScrollEventArgs(ScrollEventType, Double) 생성자

정의

지정된 ScrollEventArgs 열거형 값과 컨트롤의 ScrollEventType 새 위치를 사용하여 클래스의 인스턴스를 ThumbScrollBar초기화합니다.

public:
 ScrollEventArgs(System::Windows::Controls::Primitives::ScrollEventType scrollEventType, double newValue);
public ScrollEventArgs(System.Windows.Controls.Primitives.ScrollEventType scrollEventType, double newValue);
new System.Windows.Controls.Primitives.ScrollEventArgs : System.Windows.Controls.Primitives.ScrollEventType * double -> System.Windows.Controls.Primitives.ScrollEventArgs
Public Sub New (scrollEventType As ScrollEventType, newValue As Double)

매개 변수

scrollEventType
ScrollEventType

ScrollEventType 이벤트를 발생시킨 이동 유형을 Thumb 설명하는 열거형 값입니다.

newValue
Double

에 있는 새 위치에 ThumbScrollBar해당하는 값입니다.

적용 대상