Fix base type of UIErrorEventArgs
This commit is contained in:
parent
cb186f494a
commit
13849a6739
|
|
@ -248,7 +248,7 @@ interface UIDataTransferItem {
|
||||||
type: string;
|
type: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface UIErrorEventArgs extends UIProgressEventArgs {
|
interface UIErrorEventArgs extends UIEventArgs {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface UIFocusEventArgs extends UIEventArgs {
|
interface UIFocusEventArgs extends UIEventArgs {
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ namespace Microsoft.AspNetCore.Blazor
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Supplies information about an error event that is being raised.
|
/// Supplies information about an error event that is being raised.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class UIErrorEventArgs : UIProgressEventArgs
|
public class UIErrorEventArgs : UIEventArgs
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue