Registers this callback to receive ChangeEvent<T0> when the value is changed.
This calls CallbackEventHandler.RegisterCallback on the same control (equivalent to registering a ChangeEvent<T0> callback directly). ChangeEvent<T0> participates in propagation; handlers on an ancestor receive bubbled events from descendant controls of the same event type.
Use EventBase.target to identify which element originated the change, and EventBase.currentTarget for the element on which the callback was registered. Refer to the Change events manual page for guidance on filtering and composite controls.