EventCallbackWorkItem(MulticastDelegate) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new EventCallbackWorkItem with the provided delegate
.
public:
EventCallbackWorkItem(MulticastDelegate ^ delegate);
public EventCallbackWorkItem (MulticastDelegate delegate);
public EventCallbackWorkItem (MulticastDelegate? delegate);
new Microsoft.AspNetCore.Components.EventCallbackWorkItem : MulticastDelegate -> Microsoft.AspNetCore.Components.EventCallbackWorkItem
Public Sub New (delegate As MulticastDelegate)
Parameters
- delegate
- MulticastDelegate
The callback delegate.