Class TimeExtentChangedEventArgs
Event arguments used when raising the CurrentExtentChanged event.
Namespace: Esri.ArcGISRuntime.Toolkit.UI
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public sealed class TimeExtentChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceNewExtent
Gets the new
Declaration
public TimeExtent? NewExtent { get; }
Property Value
Type | Description |
---|---|
Nullable<TimeExtent> |
OldExtent
Gets the old
Declaration
public TimeExtent? OldExtent { get; }
Property Value
Type | Description |
---|---|
Nullable<TimeExtent> |