4 references to Callback
Microsoft.AspNetCore.Components (4)
PersistentState\ComponentStatePersistenceManager.cs (4)
184
if (registration.
Callback
.Target is IComponent component)
189
_registeredCallbacks[i] = new PersistComponentStateRegistration(registration.
Callback
, componentRenderMode);
201
$"The registered callback {registration.
Callback
.Method.Name} must be associated with a component or define" +
229
var result = TryExecuteCallback(registration.
Callback
, _logger);