1 instantiation of ContentBlockChangedSubscription
Microsoft.AspNetCore.Components.AI (1)
Blocks\ContentBlock.cs (1)
51
return new
ContentBlockChangedSubscription
(this, callback);
2 references to ContentBlockChangedSubscription
Microsoft.AspNetCore.Components.AI (2)
Blocks\ContentBlock.cs (1)
47
public
ContentBlockChangedSubscription
OnChanged(Action callback)
Components\BlockContainer.cs (1)
11
private readonly
ContentBlockChangedSubscription
_changedSub;