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