Event SnapChanged
Indicates that the snap candidate used by the GeometryEditor has changed.
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public event EventHandler<SnapChangedEventArgs>? SnapChanged
Returns
| Type | Description |
|---|---|
| EventHandler<SnapChangedEventArgs> | Indicates that the snap candidate used by the has changed. |
Remarks
The snap candidate may change when the pointer is moved close to or away from an existing snappable geometry or geometry guide. When this change results in a different snap candidate, or the edit position becoming unsnapped, this event fires.
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |