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 |