WindowGroupChangedPayload Structure |
Note: This API is now obsolete.
Namespace: Openfin.Desktop
[ObsoleteAttribute] public struct GroupChangedPayload
The WindowGroupChangedPayload type exposes the following members.
| Name | Description | |
|---|---|---|
| WindowGroupChangedPayload |
Populates values from the ACK of a window 'group-changed' payload
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| memberOf |
Which group array the window that the event listener was
registered on is included in.
| |
| name |
The name of the window
| |
| reason |
The reason this event was triggered.
| |
| sourceGroup |
All the windows in the group the sourceWindow originated from
| |
| sourceWindowAppUuid |
The UUID of the application the sourceWindow belongs to.
The source window is the window in which (merge/join/leave)group(s) was called.
| |
| sourceWindowName |
the name of the sourcewindow. The source window is
the window in which (merge/join/leave)group(s) was called.
| |
| targetGroup |
All the windows in the group the targetWindow originated from.
| |
| targetWindowAppUuid |
The UUID of the application the targetWindow belongs to.
The target window is the window that was passed into (merge/join)group(s).
| |
| targetWindowName |
The name of the targetWindow.
The target window is the window that was passed into (merge/join)group(s)
| |
| uuid |
The UUID of the application the window belongs to
|