For a list of all members of this type, see CalculatorEngine members.
Name | Description | |
---|---|---|
![]() | AfterActionButtonPressed | AfterActionButtonPressed |
![]() | AfterButtonClicked | Event that occurs after a calculator button has been clicked |
![]() | AfterCalculateImmediate | after immediate calculation |
![]() | AfterCalculatePending | Fires after pending calculation |
![]() | AfterCalculationComplete | Since some calculations may actually contain multiple steps This event fires when all calculations initiated by operator clicks are completed. |
![]() | BeforeActionButtonPressed | Fires on before action occurs, allowing user to cancel default calculation and or change the values |
![]() | BeforeButtonClicked | Fires before any button is clicked |
![]() | BeforeCalculateImmediate | Fires on before immediate Calculation, allowing user to cancel default calculation and or change the values |
![]() | BeforeCalculatePending | Fires on before pending Calculation, allowing user to cancel default calculation and or change the values |
![]() | DefaultCalculationFail | Fired on Failure of default calculation |