Back to Devexpress

XtraTabControl.Deselected Event

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-21b2a21e.md

latest1.9 KB
Original Source

XtraTabControl.Deselected Event

Occurs after a page has been deselected.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event TabPageEventHandler Deselected
vb
<DXCategory("Action")>
Public Event Deselected As TabPageEventHandler

Event Data

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

PropertyDescription
ActionGets the action being performed on a tab.
PageGets the currently processed page.
PageIndexGets the index of the current page.

Remarks

See the XtraTabControl.Deselecting topic to learn more.

See Also

Deselecting

Selecting

Selected

SelectedPageChangeAnimationCompleted

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace