EventHandlerExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions to EventHandler<TEventArgs> for Deferred Events.
public static class EventHandlerExtensions
type EventHandlerExtensions = class
Public Module EventHandlerExtensions
- Inheritance
-
EventHandlerExtensions
Methods
InvokeAsync<T>(EventHandler<T>, Object, T, CancellationToken) |
Use to invoke an async EventHandler<TEventArgs> using DeferredEventArgs with a CancellationToken. |
InvokeAsync<T>(EventHandler<T>, Object, T) |
Use to invoke an async EventHandler<TEventArgs> using DeferredEventArgs. |