GeoBlazor Pro


layout: pro title: ToolEventInfo parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

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

Inheritance System.Object 🡒 ToolEventInfo

Derived
CursorUpdateEventInfo
MoveEventInfo
ReshapeEventInfo
RotateEventInfo
ScaleEventInfo
SelectionChangeEventInfo
VertexAddEventInfo
VertexRemoveEventInfo

Properties

ToolEventInfo.InfoType Property

The type of the ToolEventInfo

public abstract string InfoType { get; }

Property Value

System.String