Infragistics WPF 11.2
VS2010
.NET 3.5
I have a ig content pane in a ig doc manager and i have FloatingWindowDoubleClickAction="ToggleDockedState" which means that when I double-click the header of the docked content pane, it jumps out of the doc manager and when I double-click the floating content pane, it jumps back into the doc manager. This is exactly what I want.
My problem is that I need to capture the re-dock event but don't seem to be finding the correct event handler. Neither the mousedoubleclick event for the content pane or the doc manager fires when i click the header to re-dock the content pane.
What am i missing?
Thanks.
Allen
Thanks. Capturing that event allowed me to do just what I needed to do.