4 references to TabControlCancelEventHandler
System.Windows.Forms (4)
System\Windows\Forms\Controls\TabControl\TabControl.cs (4)
869
public event
TabControlCancelEventHandler
? Selecting
891
public event
TabControlCancelEventHandler
? Deselecting
1476
((
TabControlCancelEventHandler
?)Events[s_selectingEvent])?.Invoke(this, e);
1495
((
TabControlCancelEventHandler
?)Events[s_deselectingEvent])?.Invoke(this, e);