FactMES.Controls Namespace
- Last UpdatedNov 06, 2025
- 2 minute read
| Class | Description | |
|---|---|---|
![]() | PostButtonClickedEventArgs | The PostButtonClickedEventArgs class includes the method that passes details of a clicked button AFTER it is processed. |
![]() | PreButtonClickedEventArgs | The PreButtonClickedEventArgs class includes the method that passes details of a clicked button BEFORE it is processed. It inherits from the PostButtonClickedEventArgs() method to get the basic button clicked arguments, but adds the Cancel parameter to allow the user to intercept this event for pre-processing and cancel it if necessary. |
| Delegate | Description | |
|---|---|---|
![]() | PostButtonClickedDelegate | PostButtonClickedDelegate is the delegate declaration for the PostButtonClicked event. |
![]() | PreButtonClickedDelegate | PreButtonClickedDelegate is the delegate declaration for the PreButtonClicked event. |

