Class AddingNewTabEventArgs
Event args used when new tab is being added via the 'Add' button in the UI.
Inheritance
Namespace: Telerik.Windows.Controls.TabbedWindow
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class AddingNewTabEventArgs : RoutedEventArgs
Constructors
AddingNewTabEventArgs(RoutedEvent, Object)
Initializes a new instance of the Adding
Declaration
public AddingNewTabEventArgs(RoutedEvent routedEvent, object source)
Parameters
System.
|
System.
|
Properties
Cancel
Gets or sets a value indicating whether adding the new tab via add button should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
Item
This will be the new Rad
Declaration
public object Item { get; set; }
Property Value
System.
|