Onnew
Onnew is a naming convention used in software development to denote an event handler or callback that responds when a new item, record, or resource becomes available. It is not a language feature by itself but a pattern that appears across programming languages and frameworks in which events are exposed to user code.
In practice, a function or method named onnew is registered with an event source—such as a data
Variations in naming reflect different language conventions. Common forms include OnNew, onNew, or onnew, depending on
Related concepts include other event handlers such as ondata, onupdate, or ondelete, and broader design patterns