WinForms

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

    Show / Hide Table of Contents

    Class CalculatorButtonEventArgs

    Event data for the Syncfusion.Windows.Forms.Tools.CalculatorButton.ButtonAction event.

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

    Constructors

    CalculatorButtonEventArgs(CalcActions)

    Initializes a new instance of the CalculatorButtonEventArgs class.

    Declaration
    public CalculatorButtonEventArgs(CalcActions action)
    Parameters
    Type Name Description
    CalcActions action

    The CalcActions associated with the button.

    Properties

    Action

    Gets or sets the CalcActions associated with the button.

    Declaration
    public CalcActions Action { get; set; }
    Property Value
    Type Description
    CalcActions
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved