Version

New PaneDisplayed and PaneHidden Events

WinDockManager™ is the recipient of two very useful events this release; the PaneDisplayed and PaneHidden events. The PaneDisplayed event occurs whenever a pane is brought into view, whereas the PaneHidden event occurs whenever a pane is taken out of view. One notable advantage that these events bring is that if you know a pane cannot be seen by the end user, you can stop updating that pane until it is brought back into view.

Along with these two events come the OnPaneDisplayed and OnPaneHidden methods. You will find these methods off a DockableControlPane object. Once invoked, the OnPaneDisplayed and OnPaneHidden methods fire the PaneDisplayed and PaneHidden events, respectively.

One more addition is the IsInView property off the DockableControlPane object. This property identifies whether or not the end user can see the pane in question.