3 references to OnChanged
Microsoft.AspNetCore.Components.AI (3)
Blocks\ContentBlockChangedSubscription.cs (1)
7
/// Represents a subscription to <see cref="ContentBlock.
OnChanged
(Action)"/>.
Components\BlockContainer.cs (1)
17
_changedSub = block.
OnChanged
(requestRender);
Engine\UIAgent.cs (1)
96
/// they are created; a block keeps changing (raising <see cref="ContentBlock.
OnChanged
(Action)"/>)