Skip to content

MapMouseClickInteractiveOverlayEventArgs

Namespace: ThinkGeo.UI.Wpf

Provides data for the MapMouseClick event.

public class MapMouseClickInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapMouseClickInteractiveOverlayEventArgs

Properties

InteractionArguments

This property gets the interaction arguments 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 arguments to construct the class.