ArcPad Scripting Object Model
OnPointerUp Event
See Also  Send comments on this topic.
ToolItem Collection : OnPointerUp Event

Glossary Item Box

Description

Occurs when the pointer is released from the map view while the tool button is pressed.

Remarks

Use this event to write code that performs the action when a user releases the pointer from the map view after clicking the tool button. As this event is being handled, the script can retrieve the current pointer coordinates from the Map object. For example, the current pointer coordinates in the current map projection would be retrieved using Map.PointerX and Map.PointerY.

See Also

© 2013 All Rights Reserved.