Back to Devexpress

TabControlTabShownEventHandler Delegate

wpf-devexpress-dot-xpf-dot-core-2462d213.md

latest1.2 KB
Original Source

TabControlTabShownEventHandler Delegate

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TabControlTabShownEventArgs |

A TabControlTabShownEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Core Namespace