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)
2164control.Deselecting += deselectingHandler; 2198control.Deselecting -= deselectingHandler; 2277control.Deselecting += deselectingHandler; 2311control.Deselecting -= deselectingHandler; 2355control.Deselecting += deselectingHandler; 2389control.Deselecting -= deselectingHandler; 2455control.Deselecting += deselectingHandler; 2489control.Deselecting -= deselectingHandler; 4206control.Deselecting += handler; 4211control.Deselecting -= handler;