diff --git a/How-to-get-the-notification-on-dock-window-resizing-of-wpf-dockingmanager/README.md b/How-to-get-the-notification-on-dock-window-resizing-of-wpf-dockingmanager/README.md index ff1cf45..8007484 100644 --- a/How-to-get-the-notification-on-dock-window-resizing-of-wpf-dockingmanager/README.md +++ b/How-to-get-the-notification-on-dock-window-resizing-of-wpf-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to get the notification on dock window resizing of WPF DockingManager? -Window Resizing event of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) will be triggered when the size of the dock window is changed during resize operation. Sender of the Window Resizing event contains the information about the resized element and the event arguments contains the information about the current size of the Dock element. For instance, we have displayed the information about the resized element in the output window. \ No newline at end of file +Window Resizing event of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) will be triggered when the size of the dock window is changed during resize operation. Sender of the Window Resizing event contains the information about the resized element and the event arguments contains the information about the current size of the Dock element. For instance, we have displayed the information about the resized element in the output window. + +KB article - [How to get the notification on dock window resizing of WPF DockingManager?](https://www.syncfusion.com/kb/8795/how-to-get-the-notification-on-dock-window-resizing-of-wpf-dockingmanager)