Click or drag to resize
LaunchBox

IBigBoxThemeElementPluginOnSelectionChanged Method

Called whenever a new platform, platform category, playlist, or game is selected in the Big Box interface.

Namespace: Unbroken.LaunchBox.Plugins
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
void OnSelectionChanged(
	FilterType filterType,
	string filterValue,
	IPlatform platform,
	IPlatformCategory category,
	IPlaylist playlist,
	IGame game
)

Parameters

filterType  FilterType
The current filter type.
filterValue  String
The current filter value. May be null if no filter value is selected.
platform  IPlatform
The currently selected platform. May be null if no platform is selected.
category  IPlatformCategory
The currently selected platform category. May be null if no platform category is selected.
playlist  IPlaylist
The currently selected playlist. May be null if no playlist is selected.
game  IGame
The currently selected game. May be null if no game is selected.
See Also