EventCallbackFactoryBinderExtensions.CreateBinder 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateBinder(EventCallbackFactory, Object, EventCallback<Boolean>, Boolean, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<bool> setter, bool existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<bool> * bool * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Boolean), existingValue As Boolean, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Boolean>
- existingValue
- Boolean
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTime>>, Nullable<DateTime>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime?> setter, DateTime? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime?> setter, DateTime? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<DateTime>> * Nullable<DateTime> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of DateTime)), existingValue As Nullable(Of DateTime), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTimeOffset>>, Nullable<DateTimeOffset>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset?> setter, DateTimeOffset? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset?> setter, DateTimeOffset? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<DateTimeOffset>> * Nullable<DateTimeOffset> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of DateTimeOffset)), existingValue As Nullable(Of DateTimeOffset), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- Action<Nullable<DateTimeOffset>>
- existingValue
- Nullable<DateTimeOffset>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Decimal>>, Nullable<Decimal>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<decimal?> setter, decimal? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<decimal?> setter, decimal? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<decimal>> * Nullable<decimal> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Decimal)), existingValue As Nullable(Of Decimal), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Double>>, Nullable<Double>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<double?> setter, double? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<double?> setter, double? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<double>> * Nullable<double> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Double)), existingValue As Nullable(Of Double), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Int16>>, Nullable<Int16>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<short?> setter, short? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<int16>> * Nullable<int16> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Short)), existingValue As Nullable(Of Short), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Int32>>, Nullable<Int32>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<int?> setter, int? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<int?> setter, int? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<int>> * Nullable<int> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Integer)), existingValue As Nullable(Of Integer), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Int64>>, Nullable<Int64>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<long?> setter, long? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<long?> setter, long? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<int64>> * Nullable<int64> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Long)), existingValue As Nullable(Of Long), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Single>>, Nullable<Single>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<float?> setter, float? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<float?> setter, float? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<single>> * Nullable<single> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Single)), existingValue As Nullable(Of Single), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<TimeOnly>>, Nullable<TimeOnly>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<TimeOnly?> setter, TimeOnly? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<TimeOnly>> * Nullable<TimeOnly> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of TimeOnly)), existingValue As Nullable(Of TimeOnly), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Single>, Single, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<float> setter, float existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<float> setter, float existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<single> * single * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Single), existingValue As Single, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Single
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<String>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<string> setter, string existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<string?> setter, string existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<string> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of String), existingValue As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<TimeOnly>, TimeOnly, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<TimeOnly> setter, TimeOnly existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<TimeOnly> * TimeOnly * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of TimeOnly), existingValue As TimeOnly, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- TimeOnly
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<DateOnly>, DateOnly, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateOnly> setter, DateOnly existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<DateOnly> * DateOnly * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of DateOnly), existingValue As DateOnly, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<DateOnly>
- existingValue
- DateOnly
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateOnly>>, Nullable<DateOnly>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateOnly?> setter, DateOnly? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<DateOnly>> * Nullable<DateOnly> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of DateOnly)), existingValue As Nullable(Of DateOnly), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<DateTime>, DateTime, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTime> setter, DateTime existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<DateTime> * DateTime * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of DateTime), existingValue As DateTime, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<DateTime>
- existingValue
- DateTime
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<DateOnly>>, Nullable<DateOnly>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateOnly?> setter, DateOnly? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<DateOnly>> * Nullable<DateOnly> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of DateOnly)), existingValue As Nullable(Of DateOnly), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<DateOnly>>
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<DateTime>>, Nullable<DateTime>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTime?> setter, DateTime? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<DateTime>> * Nullable<DateTime> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of DateTime)), existingValue As Nullable(Of DateTime), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<DateTime>>
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<DateTimeOffset>>, Nullable<DateTimeOffset>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTimeOffset?> setter, DateTimeOffset? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<DateTimeOffset>> * Nullable<DateTimeOffset> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of DateTimeOffset)), existingValue As Nullable(Of DateTimeOffset), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<DateTimeOffset>>
- existingValue
- Nullable<DateTimeOffset>
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<TimeOnly>>, Nullable<TimeOnly>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<TimeOnly?> setter, TimeOnly? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<TimeOnly>> * Nullable<TimeOnly> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of TimeOnly)), existingValue As Nullable(Of TimeOnly), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<TimeOnly>>
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<TimeOnly>, TimeOnly, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<TimeOnly> setter, TimeOnly existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<TimeOnly> * TimeOnly * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of TimeOnly), existingValue As TimeOnly, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<TimeOnly>
- existingValue
- TimeOnly
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<DateOnly>, DateOnly, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateOnly> setter, DateOnly existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<DateOnly> * DateOnly * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of DateOnly), existingValue As DateOnly, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- DateOnly
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<DateTime>, DateTime, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime> setter, DateTime existingValue, string format, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime> setter, DateTime existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<DateTime> * DateTime * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of DateTime), existingValue As DateTime, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- DateTime
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset>, DateTimeOffset, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset> setter, DateTimeOffset existingValue, string format, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset> setter, DateTimeOffset existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<DateTimeOffset> * DateTimeOffset * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of DateTimeOffset), existingValue As DateTimeOffset, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- Action<DateTimeOffset>
- existingValue
- DateTimeOffset
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateOnly>>, Nullable<DateOnly>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateOnly?> setter, DateOnly? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<DateOnly>> * Nullable<DateOnly> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of DateOnly)), existingValue As Nullable(Of DateOnly), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTime>>, Nullable<DateTime>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime?> setter, DateTime? existingValue, string format, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime?> setter, DateTime? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<DateTime>> * Nullable<DateTime> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of DateTime)), existingValue As Nullable(Of DateTime), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<DateTimeOffset>>, Nullable<DateTimeOffset>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset?> setter, DateTimeOffset? existingValue, string format, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset?> setter, DateTimeOffset? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<DateTimeOffset>> * Nullable<DateTimeOffset> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of DateTimeOffset)), existingValue As Nullable(Of DateTimeOffset), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- Action<Nullable<DateTimeOffset>>
- existingValue
- Nullable<DateTimeOffset>
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<TimeOnly>>, Nullable<TimeOnly>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<TimeOnly?> setter, TimeOnly? existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<TimeOnly>> * Nullable<TimeOnly> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of TimeOnly)), existingValue As Nullable(Of TimeOnly), format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<TimeOnly>, TimeOnly, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<TimeOnly> setter, TimeOnly existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<TimeOnly> * TimeOnly * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of TimeOnly), existingValue As TimeOnly, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- TimeOnly
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<DateTimeOffset>, DateTimeOffset, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTimeOffset> setter, DateTimeOffset existingValue, string format, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<DateTimeOffset> * DateTimeOffset * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of DateTimeOffset), existingValue As DateTimeOffset, format As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<DateTimeOffset>
- existingValue
- DateTimeOffset
- format
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Nullable<Boolean>>, Nullable<Boolean>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<bool?> setter, bool? existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<bool?> setter, bool? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Nullable<bool>> * Nullable<bool> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Nullable(Of Boolean)), existingValue As Nullable(Of Boolean), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Int64>, Int64, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<long> setter, long existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<long> setter, long existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<int64> * int64 * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Long), existingValue As Long, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Int64
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Int32>, Int32, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<int> setter, int existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<int> setter, int existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<int> * int * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Integer), existingValue As Integer, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Int32
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<DateOnly>, DateOnly, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateOnly> setter, DateOnly existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<DateOnly> * DateOnly * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of DateOnly), existingValue As DateOnly, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<DateOnly>
- existingValue
- DateOnly
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<DateTime>, DateTime, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTime> setter, DateTime existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<DateTime> * DateTime * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of DateTime), existingValue As DateTime, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<DateTime>
- existingValue
- DateTime
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<DateTimeOffset>, DateTimeOffset, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTimeOffset> setter, DateTimeOffset existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<DateTimeOffset> * DateTimeOffset * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of DateTimeOffset), existingValue As DateTimeOffset, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<DateTimeOffset>
- existingValue
- DateTimeOffset
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Decimal>, Decimal, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<decimal> setter, decimal existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<decimal> * decimal * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Decimal), existingValue As Decimal, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Decimal>
- existingValue
- Decimal
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Double>, Double, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<double> setter, double existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<double> * double * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Double), existingValue As Double, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Double>
- existingValue
- Double
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Int16>, Int16, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<short> setter, short existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<int16> * int16 * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Short), existingValue As Short, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Int16>
- existingValue
- Int16
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Int32>, Int32, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<int> setter, int existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<int> * int * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Integer), existingValue As Integer, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Int32>
- existingValue
- Int32
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Int64>, Int64, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<long> setter, long existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<int64> * int64 * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Long), existingValue As Long, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Int64>
- existingValue
- Int64
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Boolean>>, Nullable<Boolean>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<bool?> setter, bool? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<bool>> * Nullable<bool> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Boolean)), existingValue As Nullable(Of Boolean), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Boolean>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<DateOnly>>, Nullable<DateOnly>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateOnly?> setter, DateOnly? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<DateOnly>> * Nullable<DateOnly> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of DateOnly)), existingValue As Nullable(Of DateOnly), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<DateOnly>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<DateTime>>, Nullable<DateTime>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTime?> setter, DateTime? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<DateTime>> * Nullable<DateTime> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of DateTime)), existingValue As Nullable(Of DateTime), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<DateTime>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<DateTimeOffset>>, Nullable<DateTimeOffset>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<DateTimeOffset?> setter, DateTimeOffset? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<DateTimeOffset>> * Nullable<DateTimeOffset> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of DateTimeOffset)), existingValue As Nullable(Of DateTimeOffset), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<DateTimeOffset>>
- existingValue
- Nullable<DateTimeOffset>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Decimal>>, Nullable<Decimal>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<decimal?> setter, decimal? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<decimal>> * Nullable<decimal> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Decimal)), existingValue As Nullable(Of Decimal), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Decimal>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Double>>, Nullable<Double>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<double?> setter, double? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<double>> * Nullable<double> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Double)), existingValue As Nullable(Of Double), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Double>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Int16>>, Nullable<Int16>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<short?> setter, short? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<int16>> * Nullable<int16> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Short)), existingValue As Nullable(Of Short), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Int16>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Int32>>, Nullable<Int32>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<int?> setter, int? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<int>> * Nullable<int> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Integer)), existingValue As Nullable(Of Integer), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Int32>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Int64>>, Nullable<Int64>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<long?> setter, long? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<int64>> * Nullable<int64> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Long)), existingValue As Nullable(Of Long), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Int64>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<Single>>, Nullable<Single>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<float?> setter, float? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<single>> * Nullable<single> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of Single)), existingValue As Nullable(Of Single), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<Single>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Nullable<TimeOnly>>, Nullable<TimeOnly>, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<TimeOnly?> setter, TimeOnly? existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<Nullable<TimeOnly>> * Nullable<TimeOnly> * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Nullable(Of TimeOnly)), existingValue As Nullable(Of TimeOnly), Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Nullable<TimeOnly>>
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<Single>, Single, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<float> setter, float existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<single> * single * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of Single), existingValue As Single, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<Single>
- existingValue
- Single
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<String>, String, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<string?> setter, string existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<string> * string * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of String), existingValue As String, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<String>
- existingValue
- String
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, EventCallback<TimeOnly>, TimeOnly, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<TimeOnly> setter, TimeOnly existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<TimeOnly> * TimeOnly * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of TimeOnly), existingValue As TimeOnly, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<TimeOnly>
- existingValue
- TimeOnly
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Boolean>, Boolean, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<bool> setter, bool existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<bool> setter, bool existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<bool> * bool * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Boolean), existingValue As Boolean, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Boolean
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<DateOnly>, DateOnly, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateOnly> setter, DateOnly existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<DateOnly> * DateOnly * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of DateOnly), existingValue As DateOnly, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- DateOnly
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<DateTime>, DateTime, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime> setter, DateTime existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTime> setter, DateTime existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<DateTime> * DateTime * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of DateTime), existingValue As DateTime, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- DateTime
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<DateTimeOffset>, DateTimeOffset, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset> setter, DateTimeOffset existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<DateTimeOffset> setter, DateTimeOffset existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<DateTimeOffset> * DateTimeOffset * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of DateTimeOffset), existingValue As DateTimeOffset, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- Action<DateTimeOffset>
- existingValue
- DateTimeOffset
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Decimal>, Decimal, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<decimal> setter, decimal existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<decimal> setter, decimal existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<decimal> * decimal * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Decimal), existingValue As Decimal, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Decimal
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Double>, Double, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<double> setter, double existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<double> setter, double existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<double> * double * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Double), existingValue As Double, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Double
- culture
- CultureInfo
返回
适用于
CreateBinder(EventCallbackFactory, Object, Action<Int16>, Int16, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<short> setter, short existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<int16> * int16 * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder (factory As EventCallbackFactory, receiver As Object, setter As Action(Of Short), existingValue As Short, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
参数
- factory
- EventCallbackFactory
- receiver
- Object
- existingValue
- Int16
- culture
- CultureInfo
返回
适用于
CreateBinder<T>(EventCallbackFactory, Object, EventCallback<T>, T, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder<T> (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Microsoft.AspNetCore.Components.EventCallback<T> setter, T existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Microsoft.AspNetCore.Components.EventCallback<'T> * 'T * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder(Of T) (factory As EventCallbackFactory, receiver As Object, setter As EventCallback(Of T), existingValue As T, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
类型参数
- T
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- EventCallback<T>
- existingValue
- T
- culture
- CultureInfo
返回
适用于
CreateBinder<T>(EventCallbackFactory, Object, Action<T>, T, CultureInfo)
仅限内部使用。
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder<T> (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<T> setter, T existingValue, System.Globalization.CultureInfo culture = default);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> CreateBinder<T> (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<T> setter, T existingValue, System.Globalization.CultureInfo? culture = default);
static member CreateBinder : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<'T> * 'T * System.Globalization.CultureInfo -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function CreateBinder(Of T) (factory As EventCallbackFactory, receiver As Object, setter As Action(Of T), existingValue As T, Optional culture As CultureInfo = Nothing) As EventCallback(Of ChangeEventArgs)
类型参数
- T
参数
- factory
- EventCallbackFactory
- receiver
- Object
- setter
- Action<T>
- existingValue
- T
- culture
- CultureInfo