Class FunctionEventArgs
Represents a class for the Arguments of Function events.
Inheritance
System.Object
FunctionEventArgs
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class FunctionEventArgs : EventArgs
Constructors
FunctionEventArgs()
Declaration
public FunctionEventArgs()
Properties
Function
Gets or sets the functions Syncfusion.UI.Xaml.Controls.Input.FunctionsPane
Declaration
public CalculatorFunctions Function { get; set; }
Property Value
Type |
---|
CalculatorFunctions |