Share via


EventCallback(IHandleEvent, MulticastDelegate) Constructor

Definición

Crea el nuevo EventCallbackobjeto .

public:
 EventCallback(Microsoft::AspNetCore::Components::IHandleEvent ^ receiver, MulticastDelegate ^ delegate);
public EventCallback (Microsoft.AspNetCore.Components.IHandleEvent receiver, MulticastDelegate delegate);
public EventCallback (Microsoft.AspNetCore.Components.IHandleEvent? receiver, MulticastDelegate? delegate);
new Microsoft.AspNetCore.Components.EventCallback : Microsoft.AspNetCore.Components.IHandleEvent * MulticastDelegate -> Microsoft.AspNetCore.Components.EventCallback
Public Sub New (receiver As IHandleEvent, delegate As MulticastDelegate)

Parámetros

receiver
IHandleEvent

Receptor de eventos.

delegate
MulticastDelegate

Delegado que se va a enlazar.

Se aplica a