Click or drag to resize
KaxDockLayout Events

The KaxDockLayout type exposes the following members.

Events
  Name Description
Public event LoadDockLayout
KaxDockLayout will raise the LoadDockLayout event in order to retrieve the parents which will be automatically applied on the registered docks. The client positions will be applied in a later stage of the lifecycle.
Public event SaveDockLayout
KaxDockLayout will raise this event to let the developer to save the parents of the registered docks in a database or other storage medium. These parents can be later supplied to the LoadDockLayout event.
Top
See Also