menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Contains data for the event which is raised selected index is changing.

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

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the index has changed.

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

    Index

    Gets the value of the index which is 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