Removed Unused Private Method - HandleValidationStateChanged (#18275)

* Update ValidationMessage.cs

* Update ValidationSummary.cs
This commit is contained in:
Kahbazi 2020-01-15 21:05:21 +03:30 committed by Artak
parent deceebc062
commit 6f9502977d
2 changed files with 0 additions and 10 deletions

View File

@ -80,11 +80,6 @@ namespace Microsoft.AspNetCore.Components.Forms
}
}
private void HandleValidationStateChanged(object sender, ValidationStateChangedEventArgs eventArgs)
{
StateHasChanged();
}
protected virtual void Dispose(bool disposing)
{
}

View File

@ -92,11 +92,6 @@ namespace Microsoft.AspNetCore.Components.Forms
}
}
private void HandleValidationStateChanged(object sender, ValidationStateChangedEventArgs eventArgs)
{
StateHasChanged();
}
protected virtual void Dispose(bool disposing)
{
}