menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollTabEventArgs

    Represents a class for defining the NextTab/PreviousTab event arguments

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

    Constructors

    ScrollTabEventArgs(SfTabItem)

    Initializes a new instance of the ScrollTabEventArgs class.

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

    the target tab item

    Properties

    TargetTabItem

    Gets or sets a value of TabItem navigated

    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