AddressFormFilledEventArgsFilledFields Property |
Version 118.6.80
Information about the fields that were filled
Namespace:
CefSharp.DevTools.Autofill
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<FilledField> FilledFields { get; }
public:
property IList<FilledField^>^ FilledFields {
IList<FilledField^>^ get ();
}
Property Value
Type:
IListFilledFieldSee Also