EventCallback<TValue>(IHandleEvent, MulticastDelegate) Konstruktor

Definition

Erstellt das neue EventCallback<TValue>.

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)

Parameter

receiver
IHandleEvent

Der Ereignisempfänger.

delegate
MulticastDelegate

Der zu bindende Delegat.

Gilt für: