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 Preview
Declaration
public PreviewTabChangedEventArgs(RadTabItem tabItem, object viewModel, RoutedEvent routedEvent, object source)
Parameters
Rad
|
System.
|
System.
|
System.
|
Properties
Cancel
Gets or sets a value indicating whether the Rad
Declaration
public bool Cancel { get; set; }
Property Value
System.
|