EventCallbackFactoryEventArgsExtensions Klasa

Definicja

Udostępnia metody rozszerzeń dla EventCallbackFactory typów i .EventArgs

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

Metody

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Tworzy element EventCallback dla podanego receiver elementu i callback.

Create(EventCallbackFactory, Object, Action<EventArgs>)

Tworzy element EventCallback dla podanego receiver elementu i callback.

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

Tworzy element EventCallback dla podanego receiver elementu i callback.

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

Tworzy element EventCallback dla podanego receiver elementu i callback.

Dotyczy