How do I get the RadTabbedFormControlTab in the ContextMenuOpening on which the context menu was called?
RadTabbedFormControl.ContextMenuOpening += (obj, arg) => { arg.TabItem // There is only a TabItem, which is not a RadTabbedFormControlTab :(};
I would like to get the tab on which the menu was called
