NormalTabObserver::NormalTabClicked
virtual void NormalTabClicked (
const NormalTabClickEvent & ev,
bool * denyChange
);
Parameters
- ev
A reference to the event. - denyChange
The application should fill this parameter to apply or deny the click event: Value Meaning true The click event is ignored, tab control selection is not modified false The click event is accepted, tab control selection will be modified