Skip to content

MapMouseClickInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the MapMouseClick event.

public class MapMouseClickInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapMouseClickInteractiveOverlayEventArgs

Properties

InteractionArguments

This property gets the interation auguments for the mouse click event args.

public InteractionArguments InteractionArguments { get; }

Property Value

InteractionArguments

Constructors

MapMouseClickInteractiveOverlayEventArgs()

Constructor of MapMouseClickInteractiveOverlayEventArgs class.

public MapMouseClickInteractiveOverlayEventArgs()

Remarks:

If you use this constructor, you have to set the properties manually before use.

MapMouseClickInteractiveOverlayEventArgs(InteractionArguments)

Constructor of MapMouseClickInteractiveOverlayEventArgs class.

public MapMouseClickInteractiveOverlayEventArgs(InteractionArguments interactionArguments)

Parameters

interactionArguments InteractionArguments
This parameter specified the interaction auguments to construct the class.