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

missing support for property-changed methods #1

Closed
IGood opened this issue Nov 23, 2020 · 1 comment
Closed

missing support for property-changed methods #1

IGood opened this issue Nov 23, 2020 · 1 comment

Comments

@IGood
Copy link
Owner

IGood commented Nov 23, 2020

property-changed methods need to be included in the metadata

a string property named Foo should automatically support things like the following methods:

private static void FooPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) { }
private static void FooPropertyChanged(MyClass self, DependencyPropertyChangedEventArgs e) { }
protected virtual void OnFooChanged(DependencyPropertyChangedEventArgs e) { }
private void OnFooChanged(string oldFoo, string newFoo) { }
@IGood
Copy link
Owner Author

IGood commented Dec 4, 2020

basic support has been added in #2

@IGood IGood closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant