Community of VE/MapPoint Users and Developers
This is a discussion on SelectionChange Event within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; With the SelectionChange Event: object.SelectionChange(NewSelection, OldSelection) NewSelection ByVal Object. The newly selected Direction, Location, Pushpin, Shape, or Waypoint object on ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
|
Hi, Code: if (NewSelection is Location)
// it is a Location object
Code: Location loc = NewSelection as Location;
if (loc != null)
// it is a Location object
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| event, selectionchange |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SelectionChange event | Yazzy | MapPoint 2006/2009 Discussion | 0 | 05-16-2006 10:25 AM |
| Where is the Quit event? | Anonymous | MapPoint 2006/2009 Discussion | 3 | 04-08-2005 08:36 AM |
| VC++ OnSelectionChange event | MP2KUser2 | MapPoint 2006/2009 Discussion | 0 | 10-13-2004 02:24 PM |
| How to add click event for VB.Net ? | Anonymous | MapPoint 2006/2009 Discussion | 2 | 12-31-2003 01:15 AM |
| mouse down event | henemonster | MapPoint 2006/2009 Discussion | 1 | 03-31-2003 03:04 PM |