Compartir a través de


ManipulationStateChangedEventArgs Clase

Definición

Proporciona datos para el evento OnManipulationStateChanged .

public ref class ManipulationStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(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)]
class ManipulationStateChangedEventArgs final
[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
Herencia
Object Platform::Object IInspectable ManipulationStateChangedEventArgs
Atributos

Requisitos y características adicionales

Kit de desarrollo de software
Versión mínima del SO admitida
Windows 10 (10.0.10240.0)

Constructores

ManipulationStateChangedEventArgs(Int32, Int32)

Inicializa una nueva instancia de la clase ManipulationStateChangedEventArgs .

Propiedades

CurrentState

Obtiene el estado actual después del evento OnManipulationStateChanged .

LastState

Obtiene el último estado después del evento OnManipulationStateChanged .

Se aplica a