Class TabPageAdvClosingEventArgs
Contains information about the
Inheritance
System.Object
TabPageAdvClosingEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabPageAdvClosingEventArgs : CancelEventArgs
Constructors
TabPageAdvClosingEventArgs(TabPageAdv)
Creates a new instance of this class with the specified parameters.
Declaration
public TabPageAdvClosingEventArgs(TabPageAdv tabPage)
Parameters
Type | Name | Description |
---|---|---|
TabPageAdv | tabPage |
TabPageAdvClosingEventArgs(TabPageAdv, Boolean)
Creates a new instance of this class with the specifed parameters.
Declaration
public TabPageAdvClosingEventArgs(TabPageAdv tabPage, bool cancel)
Parameters
Type | Name | Description |
---|---|---|
TabPageAdv | tabPage | |
System.Boolean | cancel |
Properties
TabPageAdv
Gets TabPageAdv that is closing
Declaration
public TabPageAdv TabPageAdv { get; }
Property Value
Type |
---|
TabPageAdv |