DropdownElement.OnSelect property
Invoked with the picked option’s index.
public Action<int> OnSelect { get; set; }See Also
Section titled “See Also”- record DropdownElement
- namespace Stellar.Abstractions.Services
Invoked with the picked option’s index.
public Action<int> OnSelect { get; set; }