Posted 20 September 2023, 8:00 pm EST
I have a VB.NET winforms application using C1Ribbon and C1BackStageView. Suppose the backstage view is closed and the user clicks the tab to open the backstage view. Is there any way to perform validation prior to opening the backstage view?
Something like:
Home tab clicked to open backstage view
If (validation passes) then
Open the backstage view
else
Do not open the backstage view
end if
I can’t seem to to figure it out via C1BackstageView.DropDown or any other of the C1Ribbon events.
Thanks,
Andrew