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

パラメーター

適用対象