EventCallbackDefinition<TDerived> The same callback but with a more constrained type signature.
Converts this callback to a more constrained callback type.
This allows a callback declared for a base class to be used as part of a callback group alongside other callbacks from a derived class.