EventCallbackFactoryEventArgsExtensions 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.
Provides extension methods for EventCallbackFactory and EventArgs types.
public ref class EventCallbackFactoryEventArgsExtensions abstract sealed
	public static class EventCallbackFactoryEventArgsExtensions
	type EventCallbackFactoryEventArgsExtensions = class
	Public Module EventCallbackFactoryEventArgsExtensions
		- Inheritance
 - 
				EventCallbackFactoryEventArgsExtensions
 
Methods
| Create(EventCallbackFactory, Object, Action<ChangeEventArgs>) | 
		 Creates an EventCallback for the provided   | 
        	
| Create(EventCallbackFactory, Object, Action<EventArgs>) | 
		 Creates an EventCallback for the provided   | 
        	
| Create(EventCallbackFactory, Object, Func<ChangeEventArgs,Task>) | 
		 Creates an EventCallback for the provided   | 
        	
| Create(EventCallbackFactory, Object, Func<EventArgs,Task>) | 
		 Creates an EventCallback for the provided   |