Delegate TabControlCancelEventHandler
Represents the method that will handle the 'Selecting' or 'Deselecting' event of a TabControl control.
public delegate void TabControlCancelEventHandler(object sender, TabControlCancelEventArgs e)
Parameters
sender
objectThe source of the event.
e
TabControlCancelEventArgsA TabControlCancelEventArgs that contains the event data.