Click or drag to resize

childWindowHandler Delegate

A delegate to handle the resulting windows from Application.getChildWindow().

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

Parameters

children
Type: System.Collections.GenericListWindow
See Also