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