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