TabControlTabHidingEventHandler Delegate
Represents a method that will handle the DXTabControl.TabHiding event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
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