EventCallbackFactory
EventCallbackFactory()
Create(Object, Action)
Create(Object, EventCallback)
Create(Object, Action<Object>)
Create(Object, Func<Task>)
Create<TValue>(Object, Action)
Create<TValue>(Object, Action<TValue>)
Create<TValue>(Object, EventCallback)
Create<TValue>(Object, EventCallback<TValue>)
Create<TValue>(Object, Func<Task>)
Create<TValue>(Object, Func<TValue, Task>)
Create(Object, Func<Object, Task>)
CreateInferred<TValue>(Object, Action<TValue>, TValue)
CreateInferred<TValue>(Object, Func<TValue, Task>, TValue)
Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)
Create(EventCallbackFactory, Object, Action<ClipboardEventArgs>)
Create(EventCallbackFactory, Object, Action<DragEventArgs>)
Create(EventCallbackFactory, Object, Action<ErrorEventArgs>)
Create(EventCallbackFactory, Object, Action<EventArgs>)
Create(EventCallbackFactory, Object, Action<FocusEventArgs>)
Create(EventCallbackFactory, Object, Action<KeyboardEventArgs>)
Create(EventCallbackFactory, Object, Action<MouseEventArgs>)
Create(EventCallbackFactory, Object, Action<PointerEventArgs>)
Create(EventCallbackFactory, Object, Action<ProgressEventArgs>)
Create(EventCallbackFactory, Object, Action<TouchEventArgs>)
Create(EventCallbackFactory, Object, Action<WheelEventArgs>)
Create(EventCallbackFactory, Object, Func<ChangeEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<ClipboardEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<DragEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<ErrorEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<EventArgs, Task>)
Create(EventCallbackFactory, Object, Func<FocusEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<KeyboardEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<MouseEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<PointerEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<ProgressEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<TouchEventArgs, Task>)
Create(EventCallbackFactory, Object, Func<WheelEventArgs, Task>)
CreateBinder(EventCallbackFactory, Object, Action<Boolean?>, Boolean?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Boolean>, Boolean, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateOnly?>, DateOnly?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateOnly>, DateOnly, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTime?>, DateTime?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTime>, DateTime, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset?>, DateTimeOffset?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset>, DateTimeOffset, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Decimal?>, Decimal?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Decimal>, Decimal, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Double?>, Double?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Double>, Double, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Int16?>, Int16?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Int16>, Int16, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Int32?>, Int32?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Int32>, Int32, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Int64?>, Int64?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Int64>, Int64, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<Single?>, Single?, 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, CultureInfo)
CreateBinder<T>(EventCallbackFactory, Object, Action<T>, T, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateOnly?>, DateOnly?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateOnly>, DateOnly, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTime?>, DateTime?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTime>, DateTime, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset?>, DateTimeOffset?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset>, DateTimeOffset, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<TimeOnly?>, TimeOnly?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Action<TimeOnly>, TimeOnly, String, CultureInfo)
CreateBinder<T>(EventCallbackFactory, Object, Func<T, Task>, T, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Boolean, Task>, Boolean, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Boolean?, Task>, Boolean?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateOnly, Task>, DateOnly, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateOnly?, Task>, DateOnly?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTime, Task>, DateTime, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTime?, Task>, DateTime?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTimeOffset, Task>, DateTimeOffset, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTimeOffset?, Task>, DateTimeOffset?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Decimal, Task>, Decimal, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Decimal?, Task>, Decimal?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Double, Task>, Double, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Double?, Task>, Double?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Int16, Task>, Int16, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Int16?, Task>, Int16?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Int32, Task>, Int32, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Int32?, Task>, Int32?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Int64, Task>, Int64, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Int64?, Task>, Int64?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<Single, Task>, Single, 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?, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateOnly, Task>, DateOnly, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateOnly?, Task>, DateOnly?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTime, Task>, DateTime, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTime?, Task>, DateTime?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTimeOffset, Task>, DateTimeOffset, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<DateTimeOffset?, Task>, DateTimeOffset?, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<TimeOnly, Task>, TimeOnly, String, CultureInfo)
CreateBinder(EventCallbackFactory, Object, Func<TimeOnly?, Task>, TimeOnly?, String, CultureInfo)
net10.0-windows7.0
namespace Microsoft.AspNetCore.Components
{
public static class EventCallbackFactoryBinderExtensions
{
public static EventCallback<ChangeEventArgs!> CreateBinder(this EventCallbackFactory! factory, object! receiver, Func<short?, Task!>! setter, short? existingValue, CultureInfo? culture = null);
}
}
.NET | 7.08.09.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.AspNetCore.Components , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Components (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API