Class UtilityNetworkChangedEventArgs
Event argument used by UtilityNetworkChanged event.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public sealed class UtilityNetworkChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceUtilityNetwork
Gets the new value for UtilityNetwork.
Declaration
public UtilityNetwork? UtilityNetwork { get; }
Property Value
Type | Description |
---|---|
Nullable<UtilityNetwork> | The new value for UtilityNetwork. |