ScrollEventHandler 대리자

정의

ScrollBarThumb이 이동할 때 발생하는 Scroll 라우트된 이벤트를 처리할 메서드를 나타냅니다.

public delegate void ScrollEventHandler(System::Object ^ sender, ScrollEventArgs ^ e);
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
type ScrollEventHandler = delegate of obj * ScrollEventArgs -> unit
Public Delegate Sub ScrollEventHandler(sender As Object, e As ScrollEventArgs)

매개 변수

sender
Object

이벤트 처리기가 연결된 개체입니다.

e
ScrollEventArgs

이벤트 데이터입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보