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.WPF
Assembly:  Openfin.WPF (in Openfin.WPF.dll) Version: 17.4.0
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