Hi,
I am using v.2012.2.726.40 and note there are a number of other queries regarding memory allocation with RadDock on here but can't find anything that quite matches my question.
I have a RadDock control that contains DockWindows. These are left as default except CloseAction is DockWindowCloseAction.CloseAndDispose
The problem I am experiencing is when I close any window via the drop down menu on the RadDock (Close, Close All But This, Close This) the tab closes, the Closing and Closed events are fired (which perform some bespoke clean up) and the memory for the window is released. When I close the window by clicking the "x" on the window, again the Closing and Closed events fire, however the memory is does not appear to be released.
I am unable to trace any difference between the two operations, so could you let me know whether the close is performed any differently depending on whether initiated from the menu or the close icon?
Many thanks,
Mark.
I am using v.2012.2.726.40 and note there are a number of other queries regarding memory allocation with RadDock on here but can't find anything that quite matches my question.
I have a RadDock control that contains DockWindows. These are left as default except CloseAction is DockWindowCloseAction.CloseAndDispose
The problem I am experiencing is when I close any window via the drop down menu on the RadDock (Close, Close All But This, Close This) the tab closes, the Closing and Closed events are fired (which perform some bespoke clean up) and the memory for the window is released. When I close the window by clicking the "x" on the window, again the Closing and Closed events fire, however the memory is does not appear to be released.
I am unable to trace any difference between the two operations, so could you let me know whether the close is performed any differently depending on whether initiated from the menu or the close icon?
Many thanks,
Mark.