GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
SketchViewModelRedoEvent Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.SketchViewModelRedoEvent.html”>GeoBlazor Docs</a> Event result type for the SketchViewModel.OnRedo event.
public record SketchViewModelRedoEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.SketchViewModelRedoEvent>
Inheritance System.Object 🡒 SketchViewModelRedoEvent
Implements System.IEquatable<SketchViewModelRedoEvent>
Constructors
SketchViewModelRedoEvent(IReadOnlyCollection<Graphic>, Nullable<SketchTool>) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.SketchViewModelRedoEvent.html”>GeoBlazor Docs</a> Event result type for the SketchViewModel.OnRedo event.
public SketchViewModelRedoEvent(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>
An array of graphics that are being updated or created.
Tool
System.Nullable<SketchTool>
Name of the create or update tool that is active.
Properties
SketchViewModelRedoEvent.Graphics Property
An array of graphics that are being updated or created.
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Graphics { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>
SketchViewModelRedoEvent.Tool Property
Name of the create or update tool that is active.
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool { get; init; }