SpatialEntityRemovedEventArgs SpatialEntityRemovedEventArgs SpatialEntityRemovedEventArgs SpatialEntityRemovedEventArgs Class

Definition

Event data for spatial entity removed events.

public : sealed class SpatialEntityRemovedEventArgs : ISpatialEntityRemovedEventArgspublic sealed class SpatialEntityRemovedEventArgs : ISpatialEntityRemovedEventArgsPublic NotInheritable Class SpatialEntityRemovedEventArgs Implements ISpatialEntityRemovedEventArgs// 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 removed.

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