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 |