cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

Home Page:http://cefsharp.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDialogHandler.OnFileDialog add new extensions and descriptions arguments

amaitland opened this issue · comments

The method signature has changed, CEF has added two new params.

The acceptFilters param will also change from List<string> to IReadOnlyCollection<string> as it's immutable effectively.