menu

UWP

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

    Show / Hide Table of Contents

    Class CloseTabEventArgs

    Represents a class for defining the TabClosed event arguments

    Inheritance
    System.Object
    CloseTabEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Navigation
    Assembly: Syncfusion.SfTabControl.UWP.dll
    Syntax
    public class CloseTabEventArgs : RoutedEventArgs

    Constructors

    CloseTabEventArgs(SfTabItem)

    Initializes a new instance of the CloseTabEventArgs class.

    Declaration
    public CloseTabEventArgs(SfTabItem targetTabItem)
    Parameters
    Type Name Description
    SfTabItem targetTabItem

    The target tab item

    Properties

    TargetTabItem

    Gets or sets a value of the TabItem to be closed

    Declaration
    public SfTabItem TargetTabItem { get; set; }
    Property Value
    Type
    SfTabItem

    Extension Methods

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