Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextInputBase.TextChanged: Changed event args to correct type #760

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

Tharylia
Copy link
Contributor

@Tharylia Tharylia commented Sep 16, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants