Back to Devexpress

TabControlTabRemovingEventArgs Class

wpf-devexpress-dot-xpf-dot-core-1a4acea6.md

latest1.5 KB
Original Source

TabControlTabRemovingEventArgs Class

Provides data for the cancelable DXTabControl.TabRemoving event.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class TabControlTabRemovingEventArgs :
    TabControlCommonCancelEventArgsBase
vb
Public Class TabControlTabRemovingEventArgs
    Inherits TabControlCommonCancelEventArgsBase

TabControlTabRemovingEventArgs is the data class for the following events:

Inheritance

Object EventArgs CancelEventArgs TabControlCommonCancelEventArgsBase TabControlTabRemovingEventArgs

See Also

TabControlTabRemovingEventArgs Members

DevExpress.Xpf.Core Namespace