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
450
UltraWinToolbarsManager: trigger current control Leave on button click
posted

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?