EventCallbackFactoryEventArgsExtensions Classe

Definizione

Fornisce metodi di estensione per EventCallbackFactory i tipi e EventArgs .

public ref class EventCallbackFactoryEventArgsExtensions abstract sealed
public static class EventCallbackFactoryEventArgsExtensions
type EventCallbackFactoryEventArgsExtensions = class
Public Module EventCallbackFactoryEventArgsExtensions
Ereditarietà
EventCallbackFactoryEventArgsExtensions

Metodi

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Crea un EventCallback oggetto per l'oggetto specificato receiver e callback.

Create(EventCallbackFactory, Object, Action<EventArgs>)

Crea un EventCallback oggetto per l'oggetto specificato receiver e callback.

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

Crea un EventCallback oggetto per l'oggetto specificato receiver e callback.

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

Crea un EventCallback oggetto per l'oggetto specificato receiver e callback.

Si applica a