Class AccordionLayoutChangedEventArgs
Class AccordionLayoutChangedEventArgs.
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public class AccordionLayoutChangedEventArgs : EventArgs
Properties
IsExpanded
Gets or sets a value indicating whether this instance is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|