menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ExpandedAndCollapsedEventArgs

    Provides data for the Expanded and Collapsed event as event args.

    Inheritance
    System.Object
    ExpandedAndCollapsedEventArgs
    Namespace: Syncfusion.XForms.Accordion
    Assembly: Syncfusion.Expander.XForms.dll
    Syntax
    public class ExpandedAndCollapsedEventArgs : EventArgs
    Remarks

    This provides the data for accordion item expanded and collapsed event. This provides a currently expanded or collapsed item index.

    Constructors

    ExpandedAndCollapsedEventArgs(Int32)

    Initializes a new instance of the ExpandedAndCollapsedEventArgs class and it provides the respectable event data.

    Declaration
    public ExpandedAndCollapsedEventArgs(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The currently expanded or collapsed accordion item index.

    Properties

    Index

    Gets an index of the interacted accordion item using which this item can be resolved from the Items collection.

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