Class
PreviewTabChangedEventArgs

Preview event args wrapping tab item that has been changed (Closed, Pinned, Unpinned).

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class PreviewTabChangedEventArgs : TabChangedEventArgs

Inheritance: objectTabChangedEventArgsPreviewTabChangedEventArgs

Inherited Members TabChangedEventArgs.TabItemTabChangedEventArgs.DataContext

Constructors

PreviewTabChangedEventArgs(RadTabItem, object, RoutedEvent, object)

Initializes a new instance of the PreviewTabChangedEventArgs class.

Declaration

cs-api-definition
public PreviewTabChangedEventArgs(RadTabItem tabItem, object viewModel, RoutedEvent routedEvent, object source)

Parameters

tabItem

RadTabItem

viewModel

object

routedEvent

RoutedEvent

source

object

Properties

Cancel

Gets or sets a value indicating whether the RadTabItem change (close / pin / unpin) operation will be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool