Skip to content

MapMouseLeaveInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the MapMouseUp event.

public class MapMouseLeaveInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapMouseLeaveInteractiveOverlayEventArgs

Properties

InteractionArguments

This property gets the interaction auguments for the event args.

public InteractionArguments InteractionArguments { get; }

Property Value

InteractionArguments

Constructors

MapMouseLeaveInteractiveOverlayEventArgs()

Constructor of MapMouseLeaveInteractiveOverlayEventArgs class.

public MapMouseLeaveInteractiveOverlayEventArgs()

Remarks:

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

MapMouseLeaveInteractiveOverlayEventArgs(InteractionArguments)

Constructor of MapMouseLeaveInteractiveOverlayEventArgs class.

public MapMouseLeaveInteractiveOverlayEventArgs(InteractionArguments interactionArguments)

Parameters

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