Blish-HUD
Blish-HUD copied to clipboard
TextInputBase.TextChanged: Changed event args to correct type
This PR changes the event args of the TextInputBase.TextChanged event to the correct type which gets passed to the event via the OnTextChanged method.
If this event has been subscribed to via an anonymous function, this PR is a breaking change. If the event has been subscribed to via a normal function, this PR is non breaking.
It has to be considered that this PR is breaking for some modules.