Udostępnij za pośrednictwem


EventCallback(IHandleEvent, MulticastDelegate) Konstruktor

Definicja

Tworzy nowy EventCallbackelement .

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)

Parametry

receiver
IHandleEvent

Odbiornik zdarzeń.

delegate
MulticastDelegate

Pełnomocnik do powiązania.

Dotyczy