[SOLVED] Missing tab control event - SelectedIndexChanging

Answered Closed
0
0

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

  • You must to post comments
Best Answer
0
0

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

  • You must to post comments
Showing 1 result