Class BlazorWindowContent
Inheritance
BlazorWindowContent
Implements
Inherited Members
Namespace: PoeShared.Blazor.Wpf
Assembly: PoeShared.Blazor.Wpf.dll
Syntax
public class BlazorWindowContent : BlazorReactiveComponent<IBlazorWindow>, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
Name | Description |
---|---|
BlazorWindowContent() |
Properties
Name | Description |
---|---|
BlazorContentControlAccessor | |
BlazorWindowAccessor | |
ContentPresenter | |
JsPoeBlazorUtils | |
TitleBarContentPresenter | |
TitleRef | |
WindowIsActive |
Methods
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
OnAfterFirstRender() | Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. |
OnInitialized() |