I have written a simple C# library

In SalesTable form I added a command button as below:

Then I make a simple On_Click event

My question is, how to add a event handler to handle this on click event? The example I found uses OnValidatedWriteHandler, but mine is a button, which call a method.
Thank you in advance,
TN