Show / Hide Table of Contents

Class UtilityNetworkChangedEventArgs

Event argument used by UtilityNetworkChanged event.

Inheritance
Object
EventArgs
UtilityNetworkChangedEventArgs
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public sealed class UtilityNetworkChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

UtilityNetwork

Gets the new value for UtilityNetwork.

Declaration
public UtilityNetwork? UtilityNetwork { get; }
Property Value
Type Description
Nullable<UtilityNetwork>

The new value for UtilityNetwork.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX