From 82b68733d6f151600f2d9ef2d83d4e09aa3774bd Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:45:40 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md b/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md index b5cc41f..3a1f2e3 100644 --- a/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md +++ b/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md @@ -5,4 +5,6 @@ 2) CloseAll 3) CloseAllButThis -Using commands to notify those actions is recommended if the application has MVVM structure. DockingManager has built-in support to bind the custom commands for those ContextMenu actions. \ No newline at end of file +Using commands to notify those actions is recommended if the application has MVVM structure. DockingManager has built-in support to bind the custom commands for those ContextMenu actions. + +KB article - [How to bind custom commands to built-in context menu items of document tabitem in WPF DockingManager?](https://www.syncfusion.com/kb/8787/how-to-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-wpf)