SemanticZoomViewChangedEventArgs
SemanticZoomViewChangedEventArgs
SemanticZoomViewChangedEventArgs
SemanticZoomViewChangedEventArgs
Class
Definition
Provides event data for the ViewChangeStarted and ViewChangeCompleted events.
public : sealed class SemanticZoomViewChangedEventArgs : ISemanticZoomViewChangedEventArgspublic sealed class SemanticZoomViewChangedEventArgs : ISemanticZoomViewChangedEventArgsPublic NotInheritable Class SemanticZoomViewChangedEventArgs Implements ISemanticZoomViewChangedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
SemanticZoomViewChangedEventArgs() SemanticZoomViewChangedEventArgs() SemanticZoomViewChangedEventArgs() SemanticZoomViewChangedEventArgs()
Initializes a new instance of the SemanticZoomViewChangedEventArgs class.
public : SemanticZoomViewChangedEventArgs()public SemanticZoomViewChangedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
DestinationItem DestinationItem DestinationItem DestinationItem
Provides information about the item and its bounds, once the view change is complete.
public : SemanticZoomLocation DestinationItem { get; set; }public SemanticZoomLocation DestinationItem { get; set; }Public ReadWrite Property DestinationItem As SemanticZoomLocation// This API is not available in Javascript.
Information about the item and its bounds.
IsSourceZoomedInView IsSourceZoomedInView IsSourceZoomedInView IsSourceZoomedInView
Gets or sets a value that indicates whether the starting view is the ZoomedInView.
public : PlatForm::Boolean IsSourceZoomedInView { get; set; }public bool IsSourceZoomedInView { get; set; }Public ReadWrite Property IsSourceZoomedInView As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if the starting view is the ZoomedInView; otherwise, false.
SourceItem SourceItem SourceItem SourceItem
Provides information about the item and its bounds, for the item as represented in the previous view.
public : SemanticZoomLocation SourceItem { get; set; }public SemanticZoomLocation SourceItem { get; set; }Public ReadWrite Property SourceItem As SemanticZoomLocation// This API is not available in Javascript.
Information about the item and its bounds.