EventCallbackFactoryEventArgsExtensions Classe

Définition

Fournit des méthodes d’extension pour les EventCallbackFactory types et .EventArgs

public ref class EventCallbackFactoryEventArgsExtensions abstract sealed
public static class EventCallbackFactoryEventArgsExtensions
type EventCallbackFactoryEventArgsExtensions = class
Public Module EventCallbackFactoryEventArgsExtensions
Héritage
EventCallbackFactoryEventArgsExtensions

Méthodes

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Crée un EventCallback pour le fourni receiver et callback.

Create(EventCallbackFactory, Object, Action<EventArgs>)

Crée un EventCallback pour le fourni receiver et callback.

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

Crée un EventCallback pour le fourni receiver et callback.

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

Crée un EventCallback pour le fourni receiver et callback.

S’applique à