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