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