GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

SketchDeleteEvent Class

Event result type for the SketchWidget.OnDelete event.

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

Inheritance System.Object 🡒 SketchDeleteEvent

Implements System.IEquatable<SketchDeleteEvent>

Constructors

SketchDeleteEvent(IReadOnlyCollection, Nullable) Constructor

Event result type for the SketchWidget.OnDelete event.

public SketchDeleteEvent(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Graphics=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool=null);

Parameters

Graphics System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>

Tool System.Nullable<SketchTool>

Properties

SketchDeleteEvent.Graphics Property

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Graphics { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>

SketchDeleteEvent.Tool Property

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool { get; set; }

Property Value

System.Nullable<SketchTool>