Skip to content

MapMouseUpInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the MapMouseUp event.

public class MapMouseUpInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapMouseUpInteractiveOverlayEventArgs

Properties

InteractionArguments

This property gets the interaction auguments for the event args.

public InteractionArguments InteractionArguments { get; }

Property Value

InteractionArguments

Constructors

MapMouseUpInteractiveOverlayEventArgs()

Constructor of MapMouseUpInteractiveOverlayEventArgs class.

public MapMouseUpInteractiveOverlayEventArgs()

Remarks:

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

MapMouseUpInteractiveOverlayEventArgs(InteractionArguments)

Constructor of MapMouseUpInteractiveOverlayEventArgs class.

public MapMouseUpInteractiveOverlayEventArgs(InteractionArguments interactionArguments)

Parameters

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