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.WinForm
Assembly:  Openfin.WinForm (in Openfin.WinForm.dll) Version: 14.1.0-alpha3
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