Condividi tramite


EventCallback(IHandleEvent, MulticastDelegate) Costruttore

Definizione

Crea il nuovo EventCallbackoggetto .

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)

Parametri

receiver
IHandleEvent

Ricevitore di eventi.

delegate
MulticastDelegate

Delegato da associare.

Si applica a