ManipulationStartedEventHandler Delegate

Definition

Represents the method that will handle ManipulationStarted and related events.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4169352696, 57507, 19426, 185, 12, 220, 32, 230, 216, 190, 176)]
class ManipulationStartedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4169352696, 57507, 19426, 185, 12, 220, 32, 230, 216, 190, 176)]
public delegate void ManipulationStartedEventHandler(object sender, ManipulationStartedRoutedEventArgs e);
Public Delegate Sub ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)

Parameters

sender
Object

IInspectable

The object where the handler is attached.

e
ManipulationStartedRoutedEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to