Click or drag to resize

EmbeddedViewOnReady Property

Note: This API is now obsolete.

Event will be raised when the OpenFin Window has loaded the content and has rendered.

Namespace:  Openfin.WPF
Assembly:  Openfin.WPF (in Openfin.WPF.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("This property has been deprecated. Please use the Ready event instead.")]
public EventHandler OnReady { get; set; }

Property Value

Type: EventHandler
See Also