MapMouseDownInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.Core
Provides data for the MapMouseDown event.
public class MapMouseDownInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → MapMouseDownInteractiveOverlayEventArgs
Properties¶
InteractionArguments¶
This property gets the interaction auguments for the event args.
public InteractionArguments InteractionArguments { get; }
Property Value¶
Constructors¶
MapMouseDownInteractiveOverlayEventArgs()¶
Constructor of MapMouseDownInteractiveOverlayEventArgs class.
public MapMouseDownInteractiveOverlayEventArgs()
Remarks:
If you use this constructor, you have to set the properties manually before use.
MapMouseDownInteractiveOverlayEventArgs(InteractionArguments)¶
Constructor of MapMouseDownInteractiveOverlayEventArgs class.
public MapMouseDownInteractiveOverlayEventArgs(InteractionArguments interactionArguments)
Parameters¶
interactionArguments
InteractionArguments
This parameter specified the interaction auguments to construct the class.