Partilhar via


ManipulationStateChangedEventArgs Classe

Definição

Fornece dados para o 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
Herança
Object Platform::Object IInspectable ManipulationStateChangedEventArgs
Atributos

Funcionalidades e requisitos adicionais

Software Development Kit
SO com suporte mínimo
Windows 10 (10.0.10240.0)

Construtores

ManipulationStateChangedEventArgs(Int32, Int32)

Inicializa uma nova instância da classe ManipulationStateChangedEventArgs .

Propriedades

CurrentState

Obtém o estado atual após o evento OnManipulationStateChanged .

LastState

Obtém o último estado após o evento OnManipulationStateChanged .

Aplica-se a