How To - Override a event handler implementation

This section describes how you customize a event handler in an existing form window

The example is using the steps described in A Simple Client Customization as base, followed by additional steps for adding the column.

 

Pre-Requirements

A Simple Client Customization getting a customized form window named frmCompany_Cust.

Note: Customize the frmCompany form window instead of frmPersonInfo form window which is used for example above

Override a event handler implementation

 

 

Result

The result now should be showing a message ONLY  from the MessageBox.
No Update Company dialog is shown after the message.

Conclusion

Setting e.Handled = true will break the execution chain, preventing any further event handler from being executed.