MapMouseLeaveInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.Core
Provides data for the MapMouseUp event.
public class MapMouseLeaveInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → MapMouseLeaveInteractiveOverlayEventArgs
Properties¶
InteractionArguments¶
This property gets the interaction auguments for the event args.
public InteractionArguments InteractionArguments { get; }
Property Value¶
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.