GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
SketchViewModelRedoEvent Class
Event result type for the SketchViewModel.OnRedo event.
public class SketchViewModelRedoEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.SketchViewModelRedoEvent>
Inheritance System.Object 🡒 SketchViewModelRedoEvent
Implements System.IEquatable<SketchViewModelRedoEvent>
Constructors
SketchViewModelRedoEvent(IReadOnlyCollection, Nullable) Constructor
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; set; }
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; set; }