SpatialEntityUpdatedEventArgs SpatialEntityUpdatedEventArgs SpatialEntityUpdatedEventArgs SpatialEntityUpdatedEventArgs Class

Definition

Event data for spatial entity updated events.

public : sealed class SpatialEntityUpdatedEventArgs : ISpatialEntityUpdatedEventArgspublic sealed class SpatialEntityUpdatedEventArgs : ISpatialEntityUpdatedEventArgsPublic NotInheritable Class SpatialEntityUpdatedEventArgs Implements ISpatialEntityUpdatedEventArgs// 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 updated.

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