Hi ,
How to know that what method or class is getting called when a Command Button's Command is set to OK or Cancel or Edit?
I am clueless what is happening on clicking of such command button. please help. Thanks.
*This post is locked for comments
If you need you can override Clicked method and other CloseOK, ClosedOK, CloseCancel, ClosedCancel method to implement your logic.
Please verify and update us if you need more details
These are system button and based on button it calls following methods on the form
CloseOK, ClosedOK, CloseCancel, ClosedCancel...
Please verify
The operation specified in the properties of the button is invoked. It is kernel implemented, so you won't be able to see the code behind
on OK the closeOK would be called on the form. on Cancel - closeCancel, etc.
Mohamed Amine Mahmoudi
100
Super User 2025 Season 1
Community Member
48
Zain Mehmood
6
Moderator