menu

WinForms

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

    Show / Hide Table of Contents

    Class CardCellPushButtonClickEventArgs

    Provides the data about PushButtonClick event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    CardCellPushButtonClickEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    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)
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class CardCellPushButtonClickEventArgs : SyncfusionEventArgs

    Constructors

    CardCellPushButtonClickEventArgs(GridCellPushButtonClickEventArgs, GridCardView)

    Initializes a new instance of the CardCellPushButtonClickEventArgs class.

    Declaration
    public CardCellPushButtonClickEventArgs(GridCellPushButtonClickEventArgs e, GridCardView cardView)
    Parameters
    Type Name Description
    GridCellPushButtonClickEventArgs e

    The GridCellPushButtonClickEventArgs that contains the event data.

    GridCardView cardView

    The card view object.

    Properties

    CardCellType

    Gets the type of the card cell.

    Declaration
    public CardCellType CardCellType { get; }
    Property Value
    Type
    CardCellType

    CardView

    Gets the information of cards.

    Declaration
    public GridCardView CardView { get; }
    Property Value
    Type
    GridCardView

    Inner

    Gets the cell information.

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