Class CalculatorButtonEventArgs
Event data for the Syncfusion.Windows.Forms.Tools.CalculatorButton.ButtonAction event.
Inheritance
System.Object
CalculatorButtonEventArgs
Inherited Members
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 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 |
---|
CalcActions |