Hello, our existing VWG app makes use of the tab controls “SelectedIndexChanging” event. Under certain conditions, the events TabControlCancelEventArgs.Cancel property is set to true, disallowing the user from changing tabs. Is this something we can expect to see added to future versions of WiseJ?
Thanks,
Andrew
It’s there already. The correct events in the TabControl are Selecting and Selected, and Deselecting and Deselected. TabIndexChanged is also there already. TabIndexSelecting didn’t exist in WinForms, I don’t know why VWG changed the name of the event.
Best,
Luca