init
This commit is contained in:
@@ -13,4 +13,9 @@
|
||||
|
||||
[Parameter]
|
||||
public EventCallback<int> OnHeightMeasured { get; set; }
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
await OnHeightMeasured.InvokeAsync(200);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user