2 implementations of HasDelegate
Microsoft.AspNetCore.Components (2)
EventCallback.cs (1)
40
public bool
HasDelegate
=> Delegate != null;
EventCallbackOfT.cs (1)
35
public bool
HasDelegate
=> Delegate != null;
1 reference to HasDelegate
Microsoft.AspNetCore.Components (1)
Rendering\RenderTreeBuilder.cs (1)
379
if (callbackValue.
HasDelegate
)