Share via


ManipulationStartedEventHandler 대리자

정의

ManipulationStarted 및 관련 이벤트를 처리할 메서드를 나타냅니다.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1090913897, 12364, 21420, 157, 67, 188, 49, 18, 53, 170, 228)]
public delegate void ManipulationStartedEventHandler(object sender, ManipulationStartedRoutedEventArgs e);
Public Delegate Sub ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)

매개 변수

sender
Object

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

e
ManipulationStartedRoutedEventArgs

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

특성

적용 대상