Class DocumentCloseEventArgs
Represents a class for defining the TabClosed event arguments
Inheritance
System.Object
DocumentCloseEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DocumentCloseEventArgs : RoutedEventArgs
Constructors
DocumentCloseEventArgs(DocumentTabItem)
Initializes a new instance of the class
Declaration
public DocumentCloseEventArgs(DocumentTabItem _targetTabItem)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentTabItem | _targetTabItem |
Properties
TargetTabItem
Gets or sets a value indicating whether it holds the TabItem to be closed
Declaration
public DocumentTabItem TargetTabItem { get; set; }
Property Value
| Type |
|---|
| DocumentTabItem |