Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorFunctionEventArgs Class / CalculatorFunctionEventArgs Constructor
A CalculatorFunctions value representing the function that was executed.


In This Topic
    CalculatorFunctionEventArgs Constructor
    In This Topic
    Initializes a new instance of the CalculatorFunctionEventArgs class specifying the executed CalculatorFunctions.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal function As CalculatorFunctions _
    )
    'Usage
     
    Dim function As CalculatorFunctions
     
    Dim instance As New CalculatorFunctionEventArgs(function)
    public CalculatorFunctionEventArgs( 
       CalculatorFunctions function
    )

    Parameters

    function
    A CalculatorFunctions value representing the function that was executed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also