menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabPrimitiveClickEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabPrimitiveClickEventArgs

    The TabPrimitiveClickEventArgs class provides the information of the TabPrimitive.

    Inheritance
    System.Object
    TabPrimitiveClickEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabPrimitiveClickEventArgs : CancelEventArgs

    Constructors

    TabPrimitiveClickEventArgs(TabPrimitive)

    Constructor of the TabPrimitiveClickEventArgs.

    Declaration
    public TabPrimitiveClickEventArgs(TabPrimitive tabPrimitive)
    Parameters
    Type Name Description
    TabPrimitive tabPrimitive

    The TabPrimitive instance.

    Properties

    TabPrimitive

    Gets the primitive that gets clicked.

    Declaration
    public TabPrimitive TabPrimitive { get; }
    Property Value
    Type
    TabPrimitive
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved