menu

WinForms

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

    Show / Hide Table of Contents

    Class XPTaskBarItemClickArgs

    Provides data for the XPTaskBarBox's ItemClick event.

    Inheritance
    System.Object
    System.EventArgs
    XPTaskBarItemClickArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class XPTaskBarItemClickArgs : EventArgs

    Constructors

    XPTaskBarItemClickArgs(XPTaskBarItem)

    Creates a new instance of the XPTaskBarBox class.

    Declaration
    public XPTaskBarItemClickArgs(XPTaskBarItem item)
    Parameters
    Type Name Description
    XPTaskBarItem item

    The item that was clicked.

    Properties

    XPTaskBarItem

    Returns the item that was clicked.

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