Class CancelingEventArgs
Represents a class for defining the TabClosed event arguments
Inheritance
System.Object
CancelingEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfTabControl.UWP.dll
Syntax
public class CancelingEventArgs : RoutedEventArgs
Constructors
CancelingEventArgs(SfTabItem)
Initializes a new instance of the CancelingEventArgs class.
Declaration
public CancelingEventArgs(SfTabItem targetTabItem)
Parameters
Type | Name | Description |
---|---|---|
SfTabItem | targetTabItem | the target tab item |
Properties
Cancel
Gets or sets a value indicating whether the tab item can be closed or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
TargetTabItem
Gets or sets a value of the TabItem to be closed
Declaration
public SfTabItem TargetTabItem { get; set; }
Property Value
Type |
---|
SfTabItem |