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