ManipulationStartedEventHandler Delegate

Definition

Represents the method that will handle ManipulationStarted and related events.

[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)

Parameters

sender
Object

The object where the handler is attached.

e
ManipulationStartedRoutedEventArgs

Event data for the event.

Attributes

Applies to