SpatialEntityAddedEventArgs SpatialEntityAddedEventArgs SpatialEntityAddedEventArgs SpatialEntityAddedEventArgs Class

Definition

Event data for spatial entity added events.

public : sealed class SpatialEntityAddedEventArgs : ISpatialEntityAddedEventArgspublic sealed class SpatialEntityAddedEventArgs : ISpatialEntityAddedEventArgsPublic NotInheritable Class SpatialEntityAddedEventArgs Implements ISpatialEntityAddedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

Entity Entity Entity Entity

Gets the spatial entity that was added.

public : SpatialEntity Entity { get; }public SpatialEntity Entity { get; }Public ReadOnly Property Entity As SpatialEntity// You can use this property in JavaScript.