GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

EditorSketchUpdateEvent Class

Event result type for the EditorWidget.OnSketchUpdate event.

public class EditorSketchUpdateEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.EditorSketchUpdateEvent>

Inheritance System.Object 🡒 EditorSketchUpdateEvent

Implements System.IEquatable<EditorSketchUpdateEvent>

Constructors

EditorSketchUpdateEvent(EditorSketchUpdateEventDetail, Layer) Constructor

Event result type for the EditorWidget.OnSketchUpdate event.

public EditorSketchUpdateEvent(dymaptic.GeoBlazor.Pro.Events.EditorSketchUpdateEventDetail? Detail=null, dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer=null);

Parameters

Detail EditorSketchUpdateEventDetail

Layer dymaptic.GeoBlazor.Core.Components.Layers.Layer

Properties

EditorSketchUpdateEvent.Detail Property

public dymaptic.GeoBlazor.Pro.Events.EditorSketchUpdateEventDetail? Detail { get; set; }

Property Value

EditorSketchUpdateEventDetail

EditorSketchUpdateEvent.Layer Property

public dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Layers.Layer