Click or drag to resize

AddressFormFilledEventArgs.FilledFields Property

Version 130.1.90
Information about the fields that were filled

Namespace: CefSharp.DevTools.Autofill
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<FilledField> FilledFields { get; }

Property Value

IList<FilledField>
See Also