Delegate TabControlEventHandler
Represents the method that will handle the 'Selected' or 'Deselected' events of a TabControl control.
public delegate void TabControlEventHandler(object sender, TabControlEventArgs e)
Parameters
sender
objectThe source of the event.
e
TabControlEventArgsA TabControlEventArgs that contains the event data.