Class
PreviewTabChangedEventArgs

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

Definition

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