Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
click event for a button panel of a ultraStatusBar
posted

It seems that when I have an ultraStatusBar with one or more Button panels, the only event that is raised upon clicking any of the buttons, is the click event associated with the ultraStatusBar and the sender and event args are generic. I therefore can not figure out how to tell when a user has clicked on one button panel or another that may be on my ultraStatusBar.

 I looked at the forums and docs, but there is no description on how to do this.

If anyone know how to do this, please let me know.

Thanks so much.

Phil

Parents
  • 37774
    posted

    Phil,

    Take a look at the ButtonClick event instead of the Click event.  The event args of this even will tell you which panel was clicked, which is made even easier if you assign a value for the Key of each panel.

    -Matt

Reply Children