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