alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SelectingEventArgs

    Provides information about the selecting tab item.

    Inheritance
    object
    SelectingEventArgs
    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 SelectingEventArgs

    Constructors

    SelectingEventArgs()

    Declaration
    public SelectingEventArgs()

    Properties

    Cancel

    Gets or sets whether the tab item selecting action should be canceled or not.

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

    true, to cancel the tab item selected option. Otherwise, false.

    IsInteracted

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

    Declaration
    public bool IsInteracted { get; set; }
    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; set; }
    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; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    PreviousIndex

    Gets the index of previously selected tab item.

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

    Accepts an integer value.

    SelectedIndex

    Returns the index of the selected Tab item.

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

    Accepts an integer value.

    SelectingIndex

    Gets the index of selecting tab item.

    Declaration
    public int SelectingIndex { get; set; }
    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