2 references to OnChange
Microsoft.AspNetCore.Components.Web (2)
Forms\InputFile.cs (1)
96
return
OnChange
.InvokeAsync(new InputFileChangeEventArgs(files));
Forms\InputFile\InputFileChangeEventArgs.cs (1)
7
/// Supplies information about an <see cref="InputFile.
OnChange
"/> event being raised.