11 references to Deselecting
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControlCancelEventHandler.cs (1)
8/// <see cref="TabControl.Deselecting"/> events of a <see cref="TabControl"/>.
System.Windows.Forms.Tests (10)
System\Windows\Forms\TabControlTests.cs (10)
2166control.Deselecting += deselectingHandler; 2200control.Deselecting -= deselectingHandler; 2279control.Deselecting += deselectingHandler; 2313control.Deselecting -= deselectingHandler; 2357control.Deselecting += deselectingHandler; 2391control.Deselecting -= deselectingHandler; 2457control.Deselecting += deselectingHandler; 2491control.Deselecting -= deselectingHandler; 4208control.Deselecting += handler; 4213control.Deselecting -= handler;