IHandleEvent.HandleEventAsync(EventCallbackWorkItem, Object) Method
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.
Notifies the a state change has been triggered.
public:
System::Threading::Tasks::Task ^ HandleEventAsync(Microsoft::AspNetCore::Components::EventCallbackWorkItem item, System::Object ^ arg);
public System.Threading.Tasks.Task HandleEventAsync (Microsoft.AspNetCore.Components.EventCallbackWorkItem item, object arg);
public System.Threading.Tasks.Task HandleEventAsync (Microsoft.AspNetCore.Components.EventCallbackWorkItem item, object? arg);
abstract member HandleEventAsync : Microsoft.AspNetCore.Components.EventCallbackWorkItem * obj -> System.Threading.Tasks.Task
Public Function HandleEventAsync (item As EventCallbackWorkItem, arg As Object) As Task
Parameters
The EventCallbackWorkItem associated with this event.
- arg
- Object
The argument associated with this event.
Returns
A Task that completes once the component has processed the state change.