Click or drag to resize

PlatformViewViewTargetChanged Event

Occurs when a View changes its Window target. This event will fire during creation of a View. In that case, previousTarget identity will be the same as target identity.

Namespace:  Openfin.Desktop.PlatformAPI.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public event EventHandler<ViewTargetChangedEventArgs> ViewTargetChanged

Value

Type: SystemEventHandlerViewTargetChangedEventArgs
See Also