WPF

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

    Show / Hide Table of Contents

    Class FunctionEventArgs

    Represents a class for the Arguments of Function events.

    Inheritance
    System.Object
    System.EventArgs
    FunctionEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.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 Description
    CalculatorFunctions
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved