View Single Post

  #5 (permalink)  
Old 03-02-2005
MD2000 MD2000 is offline
Member
Yellow Belt
 
Join Date: Feb 2005
Posts: 32
I thought about something like this:

Code:
mapPointApplication.BeforeClose += new MapPoint._ApplicationEvents_BeforeCloseEventHandler(mapPoint_Closing);
But the code is not totally right.
I'm not so familiar with eventhandler. Do you know how add the right event handler for the beforeclose Event?

Bye,

MD
Reply With Quote