[C#/WPF/PRISM] RegionManager 클래스 : RegionContext 첨부 속성을 사용해 중첩 영역에 데이터 전달하기

■ RegionManager 클래스의 RegionContext 첨부 속성을 사용해 중첩 영역에 데이터를 전달하는 방법을 보여준다.

[TestLibrary 프로젝트]

Person.cs

PersonListView.xaml

PersonListView.xaml.cs

PersonListViewModel.cs

PersonViewl.xaml

PersonViewl.xaml.cs

PersonViewModel.cs

TestLibraryModule.cs

[TestProject 프로젝트]

MainWindow.xaml

MainWindow.xaml.cs

MainWindowViewModel.cs

MainApplication.xaml

MainApplication.xaml.cs

TestSolution.zip

Advertisements