Show / Hide Table of Contents

Delegate ItemSelector<T>.OnSelected

Invoked when an item gets selected

Namespace: AdrianMiasik.Components.Base
Assembly: Assembly-CSharp.dll
Syntax
public delegate void OnSelected(T selectedItem);
Parameters
Type Name Description
T selectedItem
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX