menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentCloseEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved