Version

CalculatorEngine Class Events

For a list of all members of this type, see CalculatorEngine members.

Public Events
 NameDescription
Public EventAfterActionButtonPressedAfterActionButtonPressed  
Public EventAfterButtonClickedEvent that occurs after a calculator button has been clicked  
Public EventAfterCalculateImmediateafter immediate calculation  
Public EventAfterCalculatePendingFires after pending calculation  
Public EventAfterCalculationCompleteSince some calculations may actually contain multiple steps This event fires when all calculations initiated by operator clicks are completed.  
Public EventBeforeActionButtonPressedFires on before action occurs, allowing user to cancel default calculation and or change the values  
Public EventBeforeButtonClickedFires before any button is clicked  
Public EventBeforeCalculateImmediateFires on before immediate Calculation, allowing user to cancel default calculation and or change the values  
Public EventBeforeCalculatePendingFires on before pending Calculation, allowing user to cancel default calculation and or change the values  
Public EventDefaultCalculationFailFired on Failure of default calculation  
See Also