EventCallbackDefinition<TElement> The same callback but with a more constrained type signature.
Converts a given 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.