SemanticZoomViewChangedEventArgs 类

定义

提供 ViewChangeStartedViewChangeCompleted 事件的事件数据。

public ref class SemanticZoomViewChangedEventArgs sealed
/// [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 SemanticZoomViewChangedEventArgs final
[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 SemanticZoomViewChangedEventArgs
Public NotInheritable Class SemanticZoomViewChangedEventArgs
继承
Object Platform::Object IInspectable SemanticZoomViewChangedEventArgs
属性

构造函数

SemanticZoomViewChangedEventArgs()

初始化 SemanticZoomViewChangedEventArgs 类的新实例。

属性

DestinationItem

在视图更改完成后提供有关项及其边界的信息。

IsSourceZoomedInView

获取或设置一个值,该值指示起始视图是否为 ZoomedInView

SourceItem

为上一视图中表示的项提供有关项及其边界的信息。

适用于

另请参阅