Skip to content

MapMouseDoubleClickInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the MapMouseDoubleClick event.

public class MapMouseDoubleClickInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapMouseDoubleClickInteractiveOverlayEventArgs

Properties

InteractionArguments

This property gets the interaction auguments for the event args.

public InteractionArguments InteractionArguments { get; }

Property Value

InteractionArguments

Constructors

MapMouseDoubleClickInteractiveOverlayEventArgs()

Constructor of MapMouseDoubleClickInteractiveOverlayEventArgs class.

public MapMouseDoubleClickInteractiveOverlayEventArgs()

Remarks:

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

MapMouseDoubleClickInteractiveOverlayEventArgs(InteractionArguments)

Constructor of MapMouseDoubleClickInteractiveOverlayEventArgs class.

public MapMouseDoubleClickInteractiveOverlayEventArgs(InteractionArguments interactionArguments)

Parameters

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