Class ExpandedAndCollapsedEventArgs
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 |