Xceed Grid for WinForms v4.3 Documentation
CalculatorErrorEventArgs Constructor


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > CalculatorErrorEventArgs Class : CalculatorErrorEventArgs Constructor
A CalculatorErrors value representing the mathematical error that occurred in the WinCalculator control.
Initializes a new instance of the CalculatorEventArgs class specifying the mathematical error that occurred.
Syntax
'Declaration
 
Public Function New( _
   ByVal calculatorError As CalculatorErrors _
)
'Usage
 
Dim calculatorError As CalculatorErrors
 
Dim instance As New CalculatorErrorEventArgs(calculatorError)
public CalculatorErrorEventArgs( 
   CalculatorErrors calculatorError
)

Parameters

calculatorError
A CalculatorErrors value representing the mathematical error that occurred in the WinCalculator control.
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

Reference

CalculatorErrorEventArgs Class
CalculatorErrorEventArgs Members