Click or drag to resize

GroupMember Enumeration

Which group array the window that the event listeer was registered on is included in

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum GroupMember
Members
  Member nameValueDescription
Source0 The window is included in the sourceGroup
Target1 The window is included in the targetGroup
Nothing2 The window is not included in sourceGroup nor targetGroup
See Also