WebEventCallbackFactoryEventArgsExtensions Class

Definition

Provides extension methods for EventCallbackFactory and EventArgs types.

public ref class WebEventCallbackFactoryEventArgsExtensions abstract sealed
public static class WebEventCallbackFactoryEventArgsExtensions
type WebEventCallbackFactoryEventArgsExtensions = class
Public Module WebEventCallbackFactoryEventArgsExtensions
Inheritance
WebEventCallbackFactoryEventArgsExtensions

Methods

Create(EventCallbackFactory, Object, Action<ClipboardEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<DragEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<ErrorEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<FocusEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<KeyboardEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<MouseEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<PointerEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<ProgressEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<TouchEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Action<WheelEventArgs>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<ClipboardEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<DragEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<ErrorEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<FocusEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<KeyboardEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<MouseEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<PointerEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<ProgressEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<TouchEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Create(EventCallbackFactory, Object, Func<WheelEventArgs,Task>)
Obsolete.

Creates an EventCallback for the provided receiver and callback.

Applies to