You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# How to convert event to command in MVVM pattern in WPF TreeView
1
+
# How to Convert Event to Command in MVVM Pattern in WPF TreeView?
2
2
3
3
This repository describes how to convert event to command in MVVM pattern in [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView).
4
4
5
-
The `TreeView` event can be converted into commands using Behaviors. To achieve this, create a command in the `ViewModel` class and associate it to the `TreeView` event using Behaviors.
5
+
The `TreeView` event can be converted into commands using [Behaviors](https://devblogs.microsoft.com/dotnet/open-sourcing-xaml-behaviors-for-wpf/). To achieve this, create a command in the `ViewModel` class and associate it to the `TreeView` event using Behaviors.
6
6
7
7
#### XAML
8
8
@@ -115,4 +115,4 @@ public class ViewModel : NotificationObject
0 commit comments