Show / Hide Table of Contents

Class CancelTabEventArgs

Contains cancellable event data for events related to a single tab.

Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
CancelTabEventArgs
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class CancelTabEventArgs : CancelEventArgs

Constructors

| Improve this Doc View Source

CancelTabEventArgs(Tab)

Declaration
public CancelTabEventArgs(Tab tab)
Parameters
Type Name Description
Tab tab

Properties

| Improve this Doc View Source

Tab

Gets the tab related to the event.

Declaration
public Tab Tab { get; }
Property Value
Type Description
Tab
Back to top Copyright © 2018 Özgür Özçıtak