There is certain logic that I put into BeforePost event of a dataset component.
Now I make a derivative component and want to integrate this behaviour in component itself, so that such event handler always fires on BeforePost, but also want to have empty published BeforePost event for user's custom event handlers in the same time....
I'm confused...How to have basically same events - one inside code of derivated component itself and one left for users of component?