EventCallbackFactory 类

定义

用于创建 EventCallbackEventCallback<TValue> 实例的工厂。

public ref class EventCallbackFactory sealed
public sealed class EventCallbackFactory
type EventCallbackFactory = class
Public NotInheritable Class EventCallbackFactory
继承
EventCallbackFactory

构造函数

EventCallbackFactory()

用于创建 EventCallbackEventCallback<TValue> 实例的工厂。

方法

Create(Object, Action)

EventCallback为提供的 receivercallback创建 。

Create(Object, Action<Object>)

EventCallback为提供的 receivercallback创建 。

Create(Object, EventCallback)

返回提供的 callback。 仅供内部框架使用。

Create(Object, Func<Object,Task>)

EventCallback为提供的 receivercallback创建 。

Create(Object, Func<Task>)

EventCallback为提供的 receivercallback创建 。

Create<TValue>(Object, Action)

EventCallback为提供的 receivercallback创建 。

Create<TValue>(Object, Action<TValue>)

EventCallback为提供的 receivercallback创建 。

Create<TValue>(Object, EventCallback)

返回提供的 callback。 仅供内部框架使用。

Create<TValue>(Object, EventCallback<TValue>)

返回提供的 callback。 仅供内部框架使用。

Create<TValue>(Object, Func<Task>)

EventCallback为提供的 receivercallback创建 。

Create<TValue>(Object, Func<TValue,Task>)

EventCallback为提供的 receivercallback创建 。

CreateInferred<TValue>(Object, Action<TValue>, TValue)

EventCallback为提供的 receivercallback创建 。 仅供内部框架使用。

CreateInferred<TValue>(Object, Func<TValue,Task>, TValue)

EventCallback为提供的 receivercallback创建 。 仅供内部框架使用。

扩展方法

CreateBinder(EventCallbackFactory, Object, Action<Boolean>, Boolean, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<DateOnly>, DateOnly, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<DateOnly>, DateOnly, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<DateTime>, DateTime, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<DateTime>, DateTime, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset>, DateTimeOffset, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset>, DateTimeOffset, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Decimal>, Decimal, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Double>, Double, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Int16>, Int16, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Int32>, Int32, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Int64>, Int64, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Boolean>>, Nullable<Boolean>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateOnly>>, Nullable<DateOnly>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateOnly>>, Nullable<DateOnly>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTime>>, Nullable<DateTime>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTime>>, Nullable<DateTime>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTimeOffset>>, Nullable<DateTimeOffset>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTimeOffset>>, Nullable<DateTimeOffset>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Decimal>>, Nullable<Decimal>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Double>>, Nullable<Double>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Int16>>, Nullable<Int16>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Int32>>, Nullable<Int32>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Int64>>, Nullable<Int64>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<Single>>, Nullable<Single>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<TimeOnly>>, Nullable<TimeOnly>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Nullable<TimeOnly>>, Nullable<TimeOnly>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<Single>, Single, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<String>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<TimeOnly>, TimeOnly, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Action<TimeOnly>, TimeOnly, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Boolean,Task>, Boolean, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<DateOnly,Task>, DateOnly, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<DateOnly,Task>, DateOnly, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<DateTime,Task>, DateTime, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<DateTime,Task>, DateTime, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<DateTimeOffset,Task>, DateTimeOffset, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<DateTimeOffset,Task>, DateTimeOffset, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Decimal,Task>, Decimal, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Double,Task>, Double, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Int16,Task>, Int16, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Int32,Task>, Int32, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Int64,Task>, Int64, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Boolean>,Task>, Nullable<Boolean>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<DateOnly>,Task>, Nullable<DateOnly>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<DateOnly>,Task>, Nullable<DateOnly>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<DateTime>,Task>, Nullable<DateTime>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<DateTime>,Task>, Nullable<DateTime>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<DateTimeOffset>,Task>, Nullable<DateTimeOffset>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<DateTimeOffset>,Task>, Nullable<DateTimeOffset>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Decimal>,Task>, Nullable<Decimal>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Double>,Task>, Nullable<Double>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Int16>,Task>, Nullable<Int16>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Int32>,Task>, Nullable<Int32>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Int64>,Task>, Nullable<Int64>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<Single>,Task>, Nullable<Single>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<TimeOnly>,Task>, Nullable<TimeOnly>, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Nullable<TimeOnly>,Task>, Nullable<TimeOnly>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<Single,Task>, Single, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<String,Task>, String, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<TimeOnly,Task>, TimeOnly, CultureInfo)

仅限内部使用。

CreateBinder(EventCallbackFactory, Object, Func<TimeOnly,Task>, TimeOnly, String, CultureInfo)

仅限内部使用。

CreateBinder<T>(EventCallbackFactory, Object, Action<T>, T, CultureInfo)

仅限内部使用。

CreateBinder<T>(EventCallbackFactory, Object, Func<T,Task>, T, CultureInfo)

仅限内部使用。

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<EventArgs>)

EventCallback为提供的 receivercallback创建 。

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

EventCallback为提供的 receivercallback创建 。

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

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<ClipboardEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<DragEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<ErrorEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<FocusEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<KeyboardEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<MouseEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<PointerEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<ProgressEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<TouchEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Action<WheelEventArgs>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<ClipboardEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<DragEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<ErrorEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<FocusEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<KeyboardEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<MouseEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<PointerEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<ProgressEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<TouchEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

Create(EventCallbackFactory, Object, Func<WheelEventArgs,Task>)
已过时.

EventCallback为提供的 receivercallback创建 。

适用于