Click or drag to resize

EmbeddedViewOnNavigationRejected Property

Note: This API is now obsolete.

Event will be raised if content navigation rules have determined that the requested URL is not valid.

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 NavigationRejected event instead.")]
public EventHandler OnNavigationRejected { get; set; }

Property Value

Type: EventHandler
See Also