Click or drag to resize

applicationGroupsHandler Delegate

A delegate to handle the returned groups and their respective windows from Application.getGroups().

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public delegate void applicationGroupsHandler(
	List<List<Window>> groups
)

Parameters

groups
Type: System.Collections.GenericListListWindow
A list of groups and their member windows.
See Also