EventCallbackFactoryBinderExtensions
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<long, Task!>! setter, long existingValue, CultureInfo? culture = null);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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