menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    SelectionChangingEventArgs Contains data for the event which is raised selected index changed.

    Inheritance
    System.Object
    SelectionChangingEventArgs
    Namespace: Syncfusion.XForms.TabView
    Assembly: Syncfusion.SfTabView.XForms.dll
    Syntax
    public class SelectionChangingEventArgs : EventArgs

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    Cancel

    Gets or sets the bool value of tab item going to be selected.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Index

    Gets the value of the index which going to be selected.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved