다음을 통해 공유


ManipulationStateChangedEventArgs 클래스

정의

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
상속
Object Platform::Object IInspectable ManipulationStateChangedEventArgs
특성

추가 기능 및 요구 사항

소프트웨어 개발 키트
지원되는 최소 OS
Windows 10 (10.0.10240.0)

생성자

ManipulationStateChangedEventArgs(Int32, Int32)

ManipulationStateChangedEventArgs 클래스의 새 instance 초기화합니다.

속성

CurrentState

OnManipulationStateChanged 이벤트 이후의 현재 상태를 가져옵니다.

LastState

OnManipulationStateChanged 이벤트 이후의 마지막 상태를 가져옵니다.

적용 대상