Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
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)