EventCallbackFactoryEventArgsExtensions Class

Definition

Provides extension methods for EventCallbackFactory and EventArgs types.

public ref class EventCallbackFactoryEventArgsExtensions abstract sealed
public static class EventCallbackFactoryEventArgsExtensions
type EventCallbackFactoryEventArgsExtensions = class
Public Module EventCallbackFactoryEventArgsExtensions
Inheritance
EventCallbackFactoryEventArgsExtensions

Methods

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<EventArgs>)

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<ChangeEventArgs,Task>)

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<EventArgs,Task>)

Creates an EventCallback for the provided receiver and callback.

Applies to