ManipulationDeltaEventHandler Delegat

Definition

Stellt die Methode dar, die ManipulationDelta und zugehörige Ereignisse behandelt.

public delegate void ManipulationDeltaEventHandler(Platform::Object ^ sender, ManipulationDeltaRoutedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2853265611, 57273, 19542, 171, 220, 113, 27, 99, 200, 235, 148)]
class ManipulationDeltaEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2853265611, 57273, 19542, 171, 220, 113, 27, 99, 200, 235, 148)]
public delegate void ManipulationDeltaEventHandler(object sender, ManipulationDeltaRoutedEventArgs e);
Public Delegate Sub ManipulationDeltaEventHandler(sender As Object, e As ManipulationDeltaRoutedEventArgs)

Parameter

sender
Object

Platform::Object

IInspectable

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

e
ManipulationDeltaRoutedEventArgs

Die Ereignisdaten für das Ereignis.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Gilt für: