Click or drag to resize

windowGroupHandler Delegate

A delegate to handle the returned grouped windows, if any, from Window.getGroup()

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

Parameters

group
Type: System.Collections.GenericListWindow
A list of all the wrapped windows in the same group.
Remarks
An empty list is returned if the window is not in a group. The calling window is included in the resulting List.
See Also