1 override of OnAfterRender
Aspire.Dashboard (1)
Components\Pages\TraceDetail.razor.cs (1)
268protected override void OnAfterRender(bool firstRender)
5 references to OnAfterRender
Microsoft.AspNetCore.Components (5)
ComponentBase.cs (5)
162/// Set to <c>true</c> if this is the first time <see cref="OnAfterRender(bool)"/> has been invoked 166/// The <see cref="OnAfterRender(bool)"/> and <see cref="OnAfterRenderAsync(bool)"/> lifecycle methods 187/// Set to <c>true</c> if this is the first time <see cref="OnAfterRender(bool)"/> has been invoked 192/// The <see cref="OnAfterRender(bool)"/> and <see cref="OnAfterRenderAsync(bool)"/> lifecycle methods 376OnAfterRender(firstRender);