menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class SelectionChangingEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Provides data for the SelectionChanging event.

    Inheritance
    System.Object
    SelectionChangingEventArgs
    Namespace: Syncfusion.Maui.Toolkit.TabView
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class SelectionChangingEventArgs : CancelEventArgs

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    Index

    Gets the index value of the item that is about 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