Show / Hide Table of Contents

Event WarningsChanged

Raised when the Warnings have changed on the view.

Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.dll
Syntax
public event EventHandler? WarningsChanged
Returns
Type Description
EventHandler Raised when the have changed on the view.
Remarks

The warnings on the view are to indicate that the view is in a usable state, but something may not look correct or as expected.

This event can be notified multiple times. It will be notified when a new warning has been added to the array and if all the warnings have been cleared. When a new warning is added, it will be appended to the array and notified through this event. When the warnings are cleared, the array will be empty and notified through this event.

Examples of possible warnings include:

  • The ClippingArea couldn't be projected, so no clipping area is applied
  • Rendering warnings. For example, when the rendering is entering a low memory state.
  • The view is missing a vertical coordinate system

Applies to

TargetVersions
.NET Windows300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.