Implemented interface member:
property
HasDelegate
Microsoft.AspNetCore.Components.IEventCallback.HasDelegate
4 references to HasDelegate
Aspire.Dashboard (2)
Components\Controls\AssistantChat.razor.cs (1)
253
if (ModelInitialized.
HasDelegate
)
Components\Controls\PropertyValues\TraceIdButtonValue.razor.cs (1)
25
if (OnClick.
HasDelegate
)
Microsoft.AspNetCore.Components (1)
Rendering\RenderTreeBuilder.cs (1)
288
else if (value.
HasDelegate
)
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
5394
else if (OnClickEventCallback.
HasDelegate
)