Sprache

ManipulationStartedEventArgs Klasse

Definition

Enthält Ereignisdaten für das ManipulationStarted-Ereignis .

public ref class ManipulationStartedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ManipulationStartedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ManipulationStartedEventArgs
Public NotInheritable Class ManipulationStartedEventArgs
Vererbung
Object Platform::Object IInspectable ManipulationStartedEventArgs
Attribute

Hinweise

Hinweis

Diese Klasse ist nicht agil, was bedeutet, dass Sie das Threadingmodell und das Marshallingverhalten berücksichtigen müssen. Weitere Informationen finden Sie unter Threading und Marshaling (C++/CX) und Verwendung von Windows-Runtime-Objekten in einer multithreaded Umgebung (.NET).

Eigenschaften

Name Beschreibung
Cumulative

Ruft Werte ab, die die angesammelten Transformationsdelta (Übersetzung, Drehung, Skalierung) für eine Manipulation vor dem ManipulationStarted-Ereignis angeben.

PointerDeviceType

Ruft den Gerätetyp der Eingabequelle ab.

Position

Ruft die Position des Zeigers ab, der der Manipulation für das letzte Manipulationsereignis zugeordnet ist.

Gilt für:

Weitere Informationen