Wpf Advanced : Mvvm auto bind load and close event HD

26.11.2016
Posted on : November 26, 2016 URL : https://youtu.be/Jl8Kf79MI2Y This tutorial help you to auto bind load and close event in wpf using mvvm pattern. You have to right code to call command for load and close event. By this code you can do this by very simple way. You can also implement this stuff for your user control. As a programmer its your responsibility to release memory when window is closed for that you have to bind close event for every window. This code help you to reduce your code. Advantages - Reduce repeated work - Reduce code - Easily manage dispatcher when you are dealing with multiple ui threads. - Relase memory on close event.

Похожие видео