Click or drag to resize

PlatformViewViewShown Event

Occurs when a View is shown. This event will fire during creation of a View.

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

Value

Type: SystemEventHandlerViewShownEventArgs
See Also