WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabPageAdvClosingEventArgs

    Show / Hide Table of Contents

    Class TabPageAdvClosingEventArgs

    Contains information about the event.

    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 Description
    TabPageAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved