EventCallbackFactoryEventArgsExtensions Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 |
Create(EventCallbackFactory, Object, Action<EventArgs>) |
Crea un EventCallback oggetto per l'oggetto specificato |
Create(EventCallbackFactory, Object, Func<ChangeEventArgs,Task>) |
Crea un EventCallback oggetto per l'oggetto specificato |
Create(EventCallbackFactory, Object, Func<EventArgs,Task>) |
Crea un EventCallback oggetto per l'oggetto specificato |