Click or drag to resize

ViewOptionsChangedEventArgsInvalidOptions Property

A collection of invalid options.

Namespace:  Openfin.Desktop.PlatformAPI.EventArguments.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public IEnumerable<string> InvalidOptions { get; set; }

Property Value

Type: IEnumerableString
See Also