GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
SketchUndoEvent Class
Event result type for the SketchWidget.OnUndo event.
public class SketchUndoEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.SketchUndoEvent>
Inheritance System.Object 🡒 SketchUndoEvent
Implements System.IEquatable<SketchUndoEvent>
Constructors
SketchUndoEvent(IReadOnlyCollection, Nullable) Constructor
Event result type for the SketchWidget.OnUndo event.
public SketchUndoEvent(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
SketchUndoEvent.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>
SketchUndoEvent.Tool Property
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool { get; set; }