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
1473
((
TabControlCancelEventHandler
?)Events[s_selectingEvent])?.Invoke(this, e);
1492
((
TabControlCancelEventHandler
?)Events[s_deselectingEvent])?.Invoke(this, e);