Skip to content

MapMouseEnterInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the MapMouseUp event.

public class MapMouseEnterInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapMouseEnterInteractiveOverlayEventArgs

Properties

InteractionArguments

This property gets the interaction auguments for the event args.

public InteractionArguments InteractionArguments { get; }

Property Value

InteractionArguments

Constructors

MapMouseEnterInteractiveOverlayEventArgs()

Constructor of MapMouseEnterInteractiveOverlayEventArgs class.

public MapMouseEnterInteractiveOverlayEventArgs()

Remarks:

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

MapMouseEnterInteractiveOverlayEventArgs(InteractionArguments)

Constructor of MapMouseEnterInteractiveOverlayEventArgs class.

public MapMouseEnterInteractiveOverlayEventArgs(InteractionArguments interactionArguments)

Parameters

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