Udostępnij za pośrednictwem


EventCallbackFactoryEventArgsExtensions.Create Metoda

Definicja

Przeciążenia

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Tworzy element EventCallback dla podanego receiver elementu i callback.

Create(EventCallbackFactory, Object, Action<EventArgs>)

Tworzy element EventCallback dla podanego receiver elementu i callback.

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

Tworzy element EventCallback dla podanego receiver elementu i callback.

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

Tworzy element EventCallback dla podanego receiver elementu i callback.

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs

Tworzy element EventCallback dla podanego receiver elementu i callback.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::ChangeEventArgs ^> Create(Microsoft::AspNetCore::Components::EventCallbackFactory ^ factory, System::Object ^ receiver, Action<Microsoft::AspNetCore::Components::ChangeEventArgs ^> ^ callback);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> Create (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<Microsoft.AspNetCore.Components.ChangeEventArgs> callback);
static member Create : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<Microsoft.AspNetCore.Components.ChangeEventArgs> -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function Create (factory As EventCallbackFactory, receiver As Object, callback As Action(Of ChangeEventArgs)) As EventCallback(Of ChangeEventArgs)

Parametry

receiver
Object

Odbiornik zdarzeń.

callback
Action<ChangeEventArgs>

Wywołanie zwrotne zdarzeń.

Zwraca

Element EventCallback.

Dotyczy

Create(EventCallbackFactory, Object, Action<EventArgs>)

Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs

Tworzy element EventCallback dla podanego receiver elementu i callback.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Components::EventCallback<EventArgs ^> Create(Microsoft::AspNetCore::Components::EventCallbackFactory ^ factory, System::Object ^ receiver, Action<EventArgs ^> ^ callback);
public static Microsoft.AspNetCore.Components.EventCallback<EventArgs> Create (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Action<EventArgs> callback);
static member Create : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Action<EventArgs> -> Microsoft.AspNetCore.Components.EventCallback<EventArgs>
<Extension()>
Public Function Create (factory As EventCallbackFactory, receiver As Object, callback As Action(Of EventArgs)) As EventCallback(Of EventArgs)

Parametry

receiver
Object

Odbiornik zdarzeń.

callback
Action<EventArgs>

Wywołanie zwrotne zdarzeń.

Zwraca

Element EventCallback.

Dotyczy

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

Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs

Tworzy element EventCallback dla podanego receiver elementu i callback.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::ChangeEventArgs ^> Create(Microsoft::AspNetCore::Components::EventCallbackFactory ^ factory, System::Object ^ receiver, Func<Microsoft::AspNetCore::Components::ChangeEventArgs ^, System::Threading::Tasks::Task ^> ^ callback);
public static Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs> Create (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Func<Microsoft.AspNetCore.Components.ChangeEventArgs,System.Threading.Tasks.Task> callback);
static member Create : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Func<Microsoft.AspNetCore.Components.ChangeEventArgs, System.Threading.Tasks.Task> -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.ChangeEventArgs>
<Extension()>
Public Function Create (factory As EventCallbackFactory, receiver As Object, callback As Func(Of ChangeEventArgs, Task)) As EventCallback(Of ChangeEventArgs)

Parametry

receiver
Object

Odbiornik zdarzeń.

callback
Func<ChangeEventArgs,Task>

Wywołanie zwrotne zdarzeń.

Zwraca

Element EventCallback.

Dotyczy

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

Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs
Źródło:
EventCallbackFactoryEventArgsExtensions.cs

Tworzy element EventCallback dla podanego receiver elementu i callback.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Components::EventCallback<EventArgs ^> Create(Microsoft::AspNetCore::Components::EventCallbackFactory ^ factory, System::Object ^ receiver, Func<EventArgs ^, System::Threading::Tasks::Task ^> ^ callback);
public static Microsoft.AspNetCore.Components.EventCallback<EventArgs> Create (this Microsoft.AspNetCore.Components.EventCallbackFactory factory, object receiver, Func<EventArgs,System.Threading.Tasks.Task> callback);
static member Create : Microsoft.AspNetCore.Components.EventCallbackFactory * obj * Func<EventArgs, System.Threading.Tasks.Task> -> Microsoft.AspNetCore.Components.EventCallback<EventArgs>
<Extension()>
Public Function Create (factory As EventCallbackFactory, receiver As Object, callback As Func(Of EventArgs, Task)) As EventCallback(Of EventArgs)

Parametry

receiver
Object

Odbiornik zdarzeń.

callback
Func<EventArgs,Task>

Wywołanie zwrotne zdarzeń.

Zwraca

Element EventCallback.

Dotyczy