Aracılığıyla paylaş


EventCallback<TValue>(IHandleEvent, MulticastDelegate) Oluşturucu

Tanım

Yeni EventCallback<TValue>öğ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<'Value> : Microsoft.AspNetCore.Components.IHandleEvent * MulticastDelegate -> Microsoft.AspNetCore.Components.EventCallback<'Value>
Public Sub New (receiver As IHandleEvent, delegate As MulticastDelegate)

Parametreler

receiver
IHandleEvent

Olay alıcısı.

delegate
MulticastDelegate

Bağlanacak temsilci.

Şunlara uygulanır