다음을 통해 공유


ScrollEventHandler 대리자

정의

ScrollBarScroll 이벤트를 처리할 메서드를 나타냅니다.

public delegate void ScrollEventHandler(Platform::Object ^ sender, ScrollEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(4284881833, 35846, 22405, 162, 60, 48, 214, 179, 22, 49, 232)]
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Public Delegate Sub ScrollEventHandler(sender As Object, e As ScrollEventArgs)

매개 변수

sender
Object

Platform::Object

이벤트 소스입니다.

e
ScrollEventArgs

이벤트 데이터를 포함하는 ScrollEventArgs 입니다.

특성

적용 대상