Share via


SectionsInViewChangedEventHandler 대리자

정의

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

public delegate void SectionsInViewChangedEventHandler(Platform::Object ^ sender, SectionsInViewChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2198689836, 33019, 23274, 188, 178, 241, 81, 116, 15, 247, 146)]
public delegate void SectionsInViewChangedEventHandler(object sender, SectionsInViewChangedEventArgs e);
Public Delegate Sub SectionsInViewChangedEventHandler(sender As Object, e As SectionsInViewChangedEventArgs)

매개 변수

sender
Object

Platform::Object

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

e
SectionsInViewChangedEventArgs

이벤트에 대한 이벤트 데이터입니다.

특성

적용 대상