Replies: 1 comment 3 replies
-
Blazor, in general, doesn't use or require PropertyChanged events. It uses an entirely different model. CSLA works fine with Blazor binding - like an Can you provide more details about what you are trying? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using CSLA 9 with blazor server and need to capture edit changes on a razor page. The edit controls I'm using don't support two way binding and change events.
I'd prefer to keep the code on the page rather than moving it into the biz object.
I'm having trouble figuring out what model event I can use to capture field changes.
Any guidance would be appreciated.
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions