4 references to TabControlCancelEventHandler
System.Windows.Forms (4)
System\Windows\Forms\Controls\TabControl\TabControl.cs (4)
866
public event
TabControlCancelEventHandler
? Selecting
888
public event
TabControlCancelEventHandler
? Deselecting
1459
((
TabControlCancelEventHandler
?)Events[s_selectingEvent])?.Invoke(this, e);
1478
((
TabControlCancelEventHandler
?)Events[s_deselectingEvent])?.Invoke(this, e);