Class PreviewTabChangedEventArgs
Preview event args wrapping tab item that has been changed (Closed, Pinned, Unpinned).
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class PreviewTabChangedEventArgs : TabChangedEventArgs
Constructors
PreviewTabChangedEventArgs(RadTabItem, Object, RoutedEvent, Object)
Initializes a new instance of the PreviewTabChangedEventArgs class.
Declaration
public PreviewTabChangedEventArgs(RadTabItem tabItem, object viewModel, RoutedEvent routedEvent, object source)
Parameters
RadTabItem
tabItem
|
System.Object
viewModel
|
System.Windows.RoutedEvent
routedEvent
|
System.Object
source
|
Properties
Cancel
Gets or sets a value indicating whether the RadTabItem change (close / pin / unpin) operation will be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|