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