carefree Posted May 2, 2007 Report Share Posted May 2, 2007 Is there an event that occurs after a toolbar option has been selected. For example i want to find an event that will fire after the user has changed the chart type. Im sure there is an easy way to do this i just can't seem to find it. Quote Link to comment Share on other sites More sharing options...
Frank Posted May 2, 2007 Report Share Posted May 2, 2007 Just capture the InternalCommand event, the arguments will tell you the ID of the command. For pre-defined commands this id will be one form the CommandID enumeration. Quote Link to comment Share on other sites More sharing options...
carefree Posted May 3, 2007 Author Report Share Posted May 3, 2007 Thats what i was looking for. Thanks a lot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.