Home / Questions / What is the naming best practice for event handler classes?
Explanatory Question

What is the naming best practice for event handler classes?

👁 17 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Use the pattern:
EventHandler
Example:

  • CustTableTableEventHandler

  • CustTableFormEventHandler