Skip to main content
A newer version of this page is available. .

TabControlTabHidingEventHandler Delegate

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public delegate void TabControlTabHidingEventHandler(
    object sender,
    TabControlTabHidingEventArgs e
);

Parameters

Name Type Description
sender Object

An object representing the event source.

e TabControlTabHidingEventArgs

A TabControlTabHidingEventArgs object that contains event data.

See Also