ContextRequestedEventArgs 类

定义

提供 ContextRequested 事件的事件数据。

public ref class ContextRequestedEventArgs sealed : RoutedEventArgs
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContextRequestedEventArgs final : RoutedEventArgs
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContextRequestedEventArgs : RoutedEventArgs
Public NotInheritable Class ContextRequestedEventArgs
Inherits RoutedEventArgs
继承
Object Platform::Object IInspectable RoutedEventArgs ContextRequestedEventArgs
属性

构造函数

ContextRequestedEventArgs()

初始化 ContextRequestedEventArgs 类的新实例。

属性

Handled

获取或设置一个值,该值将路由事件标记为已处理。 true的值Handled阻止事件路由中的大多数处理程序再次处理同一事件。

OriginalSource

获取对引发事件的 对象的引用。 这通常是控件的模板部分,而不是在应用 UI 中声明的元素。

(继承自 RoutedEventArgs)

方法

TryGetPosition(UIElement, Point)

获取指针位置的 x 坐标和 y 坐标,根据需要根据提供的 UIElement 的坐标原点计算。

适用于

另请参阅