다음을 통해 공유


ScrollControllerPanRequestedEventArgs 클래스

정의

IScrollControllerPanningInfo.PanRequested 이벤트에 대한 데이터를 제공합니다.

public ref class ScrollControllerPanRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanRequestedEventArgsFactory, 327680, "Microsoft.UI.Xaml.XamlContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ScrollControllerPanRequestedEventArgs final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanRequestedEventArgsFactory), 327680, "Microsoft.UI.Xaml.XamlContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ScrollControllerPanRequestedEventArgs
Public NotInheritable Class ScrollControllerPanRequestedEventArgs
상속
Object Platform::Object IInspectable ScrollControllerPanRequestedEventArgs
특성

생성자

ScrollControllerPanRequestedEventArgs(PointerPoint)

지정된 pointerPoint를 사용하여 ScrollControllerPanRequestedEventArgs 클래스의 새 instance 초기화합니다.

속성

Handled

팬 조작이 성공적으로 시작되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

PointerPoint

PointerPointPanRequested 이벤트를 시작한 사용자 제스처와 연결된 instance 가져옵니다.

적용 대상