ManipulationStateChangedEventArgs Classe

Definizione

Fornisce dati per l'evento OnManipulationStateChanged .

public ref class ManipulationStateChangedEventArgs sealed
class ManipulationStateChangedEventArgs sealed
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Advertising.WinRT.UI.__IManipulationStateChangedEventArgsFactory), 1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ManipulationStateChangedEventArgs
function ManipulationStateChangedEventArgs(current, last)
Public NotInheritable Class ManipulationStateChangedEventArgs
Ereditarietà
System.Object
ManipulationStateChangedEventArgs
Attributi

Funzionalità e requisiti aggiuntivi

Software Development Kit
Sistema operativo minimo supportato
Windows 10 (10.0.10240.0)

Costruttori

ManipulationStateChangedEventArgs(Int32, Int32)

Inizializza una nuova istanza della classe ManipulationStateChangedEventArgs .

Proprietà

CurrentState

Ottiene lo stato corrente dopo l'evento OnManipulationStateChanged .

LastState

Ottiene l'ultimo stato dopo l'evento OnManipulationStateChanged .

Si applica a