ManipulationDeltaEventHandler Delegate

Definition

Represents the method that will handle ManipulationDelta and related events.

public delegate void ManipulationDeltaEventHandler(Platform::Object ^ sender, ManipulationDeltaRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2213729486, 4191, 21394, 163, 138, 183, 70, 123, 124, 46, 165)]
public delegate void ManipulationDeltaEventHandler(object sender, ManipulationDeltaRoutedEventArgs e);
Public Delegate Sub ManipulationDeltaEventHandler(sender As Object, e As ManipulationDeltaRoutedEventArgs)

Parameters

sender
Object

Platform::Object

The object where the handler is attached.

e
ManipulationDeltaRoutedEventArgs

Event data for the event.

Attributes

Applies to