Click or drag to resize

WindowGroupChangedPayload Structure

Note: This API is now obsolete.

Helper struct representing the payload returned by the window event 'group-changed'

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute]
public struct GroupChangedPayload

The WindowGroupChangedPayload type exposes the following members.

Constructors
  NameDescription
Public methodWindowGroupChangedPayload
Populates values from the ACK of a window 'group-changed' payload
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldmemberOf
Which group array the window that the event listener was registered on is included in.
Public fieldname
The name of the window
Public fieldreason
The reason this event was triggered.
Public fieldsourceGroup
All the windows in the group the sourceWindow originated from
Public fieldsourceWindowAppUuid
The UUID of the application the sourceWindow belongs to. The source window is the window in which (merge/join/leave)group(s) was called.
Public fieldsourceWindowName
the name of the sourcewindow. The source window is the window in which (merge/join/leave)group(s) was called.
Public fieldtargetGroup
All the windows in the group the targetWindow originated from.
Public fieldtargetWindowAppUuid
The UUID of the application the targetWindow belongs to. The target window is the window that was passed into (merge/join)group(s).
Public fieldtargetWindowName
The name of the targetWindow. The target window is the window that was passed into (merge/join)group(s)
Public fielduuid
The UUID of the application the window belongs to
Top
See Also