Back to Devexpress

TabControlTabHidingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-core-9a3ca08b.md

latest1.3 KB
Original Source

TabControlTabHidingEventHandler Delegate

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

An object representing the event source.

| | e | TabControlTabHidingEventArgs |

A TabControlTabHidingEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Core Namespace