Not sure if I'm not understanding the concept of the toolbars manager.
I currently have some logic that triggers on my winform controls' Leave events e.g. for textboxes to trim their data. During routine testing I intentionally left some unformatted data on my control and clicked on the toolbar manager's button to save and exit.
However, apparently the control's Leave event was never triggered and so the logic never took place. Could someone explain if this is an oversight or an intentional feature of the ultratoolbarsmanager?
Hello borong,
I think that I do not understand your scenario. What Leave event are you talking about? The UltraToolbarsManager component does not have a Leave event.
Could you please describe your scenario in details.