menu

MAUI

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

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    This class serves as an event data for the SelectionChanging event.

    Inheritance
    System.Object
    SelectionChangingEventArgs
    Namespace: Syncfusion.Maui.TabView
    Assembly: Syncfusion.Maui.TabView.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