Freigeben über


ManipulationDeltaEventHandler Delegat

Definition

Stellt die Methode dar, die ManipulationDelta und verwandte Ereignisse verarbeitet.

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)

Parameter

sender
Object

Platform::Object

Das Objekt, in dem der Handler angefügt ist.

e
ManipulationDeltaRoutedEventArgs

Die Ereignisdaten für das Ereignis.

Attribute

Gilt für: