다음을 통해 공유


InputFileChangeEventArgs(IReadOnlyList<IBrowserFile>) 생성자

정의

InputFileChangeEventArgs 인스턴스를 생성합니다.

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))

매개 변수

files
IReadOnlyList<IBrowserFile>

IBrowserFile의 목록입니다.

적용 대상