InputFileChangeEventArgs(IReadOnlyList<IBrowserFile>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a new InputFileChangeEventArgs instance.
public:
InputFileChangeEventArgs(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Components::Forms::IBrowserFile ^> ^ files);
public InputFileChangeEventArgs (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.Forms.IBrowserFile> files);
new Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.Forms.IBrowserFile> -> Microsoft.AspNetCore.Components.Forms.InputFileChangeEventArgs
Public Sub New (files As IReadOnlyList(Of IBrowserFile))
Parameters
- files
- IReadOnlyList<IBrowserFile>
The list of IBrowserFile.