Skip to main content
A newer version of this page is available. .

WindowsUIView.ContentContainerHeaderClick Event

Occurs when an end-user clicks a Document header within any Content Container in this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event DocumentHeaderClickEventHandler ContentContainerHeaderClick

Event Data

The ContentContainerHeaderClick event's data class is DevExpress.XtraBars.Docking2010.Views.DocumentHeaderClickEventArgs.

Remarks

The ContentContainerHeaderClick event provides the capability to implement your own custom logic that manages user navigation through Documents for the entire WindowsUIView. To get the Document that owns the clicked header, use the e.Document parameter. To cancel navigation, set the e.Handled parameter to true.

The ContentContainerHeaderClick event is only raised for content containers that display document headers, such as PageGroup or TabbedGroup containers.

See Also