GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
ToolEventInfo Class
Returns additional information associated with the operation such as where the user is clicking the view or where the user is moving the cursor to. Value of this parameter changes to null when the event’s state changes to complete or cancel.
public abstract class ToolEventInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.ToolEventInfo>
Inheritance System.Object 🡒 ToolEventInfo
Derived
↳ CursorUpdateEventInfo
↳ MoveEventInfo
↳ ReshapeEventInfo
↳ RotateEventInfo
↳ ScaleEventInfo
↳ SelectionChangeEventInfo
↳ VertexAddEventInfo
↳ VertexRemoveEventInfo
Implements System.IEquatable<ToolEventInfo>
Properties
ToolEventInfo.InfoType Property
The type of the ToolEventInfo
public abstract string InfoType { get; }