dbicCalc Send comments on this topic.
BeforeButtonProcessed Event
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > dbiCalc Class : BeforeButtonProcessed Event

Occurs before the button is processed, after it has been clicked.

Syntax

Visual Basic (Declaration) 
Public Event BeforeButtonProcessed As dbiCalc.EventBeforeButtonProcessedHandler
C# 
public event dbiCalc.EventBeforeButtonProcessedHandler BeforeButtonProcessed

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.

PropertyDescription
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