Occurs before the button is processed, after it has been clicked.
Syntax
Event Data
The event handler receives an argument of type BeforeButtonProcessedEventArgs containing data related to this event. The following BeforeButtonProcessedEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| CalculatorButton | Determines the button that will be processed. |
| Process | Determines if the control will process the button click. |
| Value | Returns the current value of the control. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also