GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

SketchRedoEvent Class

Event result type for the SketchWidget.OnRedo event.

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

Inheritance System.Object 🡒 SketchRedoEvent

Implements System.IEquatable<SketchRedoEvent>

Constructors

SketchRedoEvent(IReadOnlyCollection, Nullable) Constructor

Event result type for the SketchWidget.OnRedo event.

public SketchRedoEvent(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

SketchRedoEvent.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>

SketchRedoEvent.Tool Property

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

Property Value

System.Nullable<SketchTool>