■ RelativeSource 태그 확장에서 바인딩 뷰 모델을 참조하는 방법을 보여준다.
▶ 예제 코드 (XAML)
1 2 3 |
Command="{Binding Source={RelativeSource AncestorType={x:Type local:MainPageViewModel}}, Path=DeletePersonCommand}" /> |
■ RelativeSource 태그 확장에서 바인딩 뷰 모델을 참조하는 방법을 보여준다.
▶ 예제 코드 (XAML)
1 2 3 |
Command="{Binding Source={RelativeSource AncestorType={x:Type local:MainPageViewModel}}, Path=DeletePersonCommand}" /> |