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

TabbedView.DocumentSelected Event

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event DocumentEventHandler DocumentSelected

Event Data

The DocumentSelected event's data class is DocumentEventArgs. The following properties provide information specific to this event:

Property Description
Document Points to the document related to the current event.
See Also