Is it possible to RaiseEvent from BaseTool?

462
0
10-04-2011 12:55 PM
MelodyMeinhardt
New Contributor II
Using VB .NET, I have a mapping application that is a MDI.  On my toolbar I have a button that I created, and it inherits from BaseTool.  When this button is active and the user clicks anywhere on the map I place a bmp at that position; this takes place in the OnMouseDown.  Is it possible to raise an event back to either the child form that has the map control on it, or back to the MDI form? 
Thank you
0 Kudos
0 Replies