Back to Devexpress

TabbedView.TabMouseActivating Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-cb792e89.md

latest2.5 KB
Original Source

TabbedView.TabMouseActivating Event

Occurs when an end-user clicks a tab page header within the current TabbedView to activate a corresponding Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentCancelEventHandler TabMouseActivating
vb
Public Event TabMouseActivating As DocumentCancelEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DocumentThe Document related to the current event.

Remarks

The TabMouseActivating event fires whenever an end-user clicks a Document‘s page header, whether this tab has already been activated or not.

In addition, see the DocumentGroup.TabMouseActivating event, which occurs for individual DocumentGroups.

See Also

TabMouseActivating

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace