Aracılığıyla paylaş


EventCallback(IHandleEvent, MulticastDelegate) Oluşturucu

Tanım

Yeni EventCallbacköğesini oluşturur.

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)

Parametreler

receiver
IHandleEvent

Olay alıcısı.

delegate
MulticastDelegate

Bağlanacak temsilci.

Şunlara uygulanır