Show / Hide Table of Contents

Delegate ItemSelector<T>.OnSelectionChange

Invoked when the selection changes

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