Back to Devexpress

TabControlSelectionChangedEventHandler Delegate

wpf-devexpress-dot-xpf-dot-core-096cbadb.md

latest1.3 KB
Original Source

TabControlSelectionChangedEventHandler Delegate

Represents a method that will handle the DXTabControl.SelectionChanged event.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void TabControlSelectionChangedEventHandler(
    object sender,
    TabControlSelectionChangedEventArgs e
);
vb
Public Delegate Sub TabControlSelectionChangedEventHandler(
    sender As Object,
    e As TabControlSelectionChangedEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TabControlSelectionChangedEventArgs |

A TabControlSelectionChangedEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Core Namespace