GeoBlazor Pro
layout: pro title: SelectionChangeEventInfo parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
SelectionChangeEventInfo Class
This information is returned as toolEventInfo parameter for the update event while the user is selecting or deselecting graphics using Shift+Left-click.
public class SelectionChangeEventInfo : dymaptic.GeoBlazor.Pro.Model.ToolEventInfo
Inheritance System.Object 🡒 ToolEventInfo 🡒 SelectionChangeEventInfo
Properties
SelectionChangeEventInfo.Added Property
An array of graphics representing the latest graphic selected.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Added { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Graphic[]
SelectionChangeEventInfo.InfoType Property
The type of the ToolEventInfo
public override string InfoType { get; }
Property Value
SelectionChangeEventInfo.Removed Property
An array of graphics representing the latest graphic deselected.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Removed { get; set; }