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