alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SelectEventArgs

    Provides information about the selected tab item.

    Inheritance
    object
    SelectEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SelectEventArgs

    Constructors

    SelectEventArgs()

    Declaration
    public SelectEventArgs()

    Properties

    IsInteracted

    Gets whether the event is triggered via user interaction or programmatic way.

    Declaration
    public bool IsInteracted { get; }
    Property Value
    Type Description
    bool

    true, if the event triggered via user interaction. Otherwise, false.

    IsSwiped

    Gets whether the content selection is done through swiping or not.

    Declaration
    public bool IsSwiped { get; }
    Property Value
    Type Description
    bool

    true, if the content selection is done through swiping. Otherwise, false.

    Name

    Gets the name of the event.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

    PreventFocus

    Gets or sets whether to prevent the focus of tab item or not when it is selected.

    Declaration
    public bool PreventFocus { get; set; }
    Property Value
    Type Description
    bool

    true, to prevent the focusing of tab item. Otherwise, false.

    PreviousIndex

    Gets the index of previously selected tab item.

    Declaration
    public int PreviousIndex { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    SelectedIndex

    Gets the index of selected tab item.

    Declaration
    public int SelectedIndex { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved