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.6.0
Syntax public delegate void applicationGroupsHandler(
List<List<Window>> groups
)
Parameters
- groups
- Type: System.Collections.GenericListListWindow
A list of groups and their member windows.
See Also