PreButtonClickedEventArgs Class
- Last UpdatedNov 06, 2025
- 1 minute read
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.
'Declaration
Public Class PreButtonClickedEventArgs
Inherits PostButtonClickedEventArgs
public class PreButtonClickedEventArgs : PostButtonClickedEventArgs
System.Object
System.EventArgs
FactMES.Controls.PostButtonClickedEventArgs
FactMES.Controls.PreButtonClickedEventArgs