How to release resources from the ViewModel #3442
songminkyu
started this conversation in
General
Replies: 1 comment 3 replies
-
What resources? Please clarify.
What do you mean by this? |
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
-
Hi. Everyone
We are implementing the web browser and PDF preview function using the CefSharp MVVM method. However, after loading the PDF, I want to release resources depending on whether they are needed, but I want to know what the "ViewModel" handles.
As a temporary alternative, there is currently no method, so it is being used by calling dispose in the code behind it. Any help would be appreciated. :)
Beta Was this translation helpful? Give feedback.
All reactions