ManipulationStateChangedEventArgs Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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 . |