Back to Devexpress

TabControlSelectionChangingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-core-dd4adde6.md

latest1.4 KB
Original Source

TabControlSelectionChangingEventHandler Delegate

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TabControlSelectionChangingEventArgs |

A TabControlSelectionChangingEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Core Namespace