ColumnsCollectedNotifier<TGridItem> Class

Definition

For internal use only. Do not use.

public sealed class ColumnsCollectedNotifier<TGridItem> : Microsoft.AspNetCore.Components.IComponent
type ColumnsCollectedNotifier<'GridItem> = class
    interface IComponent
Public NotInheritable Class ColumnsCollectedNotifier(Of TGridItem)
Implements IComponent

Type Parameters

TGridItem

For internal use only. Do not use.

Inheritance
ColumnsCollectedNotifier<TGridItem>
Implements

Constructors

ColumnsCollectedNotifier<TGridItem>()

Methods

Attach(RenderHandle)

Attaches the component to a RenderHandle.

SetParametersAsync(ParameterView)

Sets parameters supplied by the component's parent in the render tree.

Applies to