Partilhar via


EventCallbackFactoryEventArgsExtensions.Create Método

Definição

Sobrecargas

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Cria um EventCallback para os fornecidos receiver e callback.

Create(EventCallbackFactory, Object, Action<EventArgs>)

Cria um EventCallback para os fornecidos receiver e callback.

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

Cria um EventCallback para os fornecidos receiver e callback.

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

Cria um EventCallback para os fornecidos receiver e callback.

Create(EventCallbackFactory, Object, Action<ChangeEventArgs>)

Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs

Cria um EventCallback para os fornecidos receiver e 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)

Parâmetros

receiver
Object

O receptor do evento.

callback
Action<ChangeEventArgs>

O retorno de chamada do evento.

Retornos

O EventCallback.

Aplica-se a

Create(EventCallbackFactory, Object, Action<EventArgs>)

Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs

Cria um EventCallback para os fornecidos receiver e 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)

Parâmetros

receiver
Object

O receptor do evento.

callback
Action<EventArgs>

O retorno de chamada do evento.

Retornos

O EventCallback.

Aplica-se a

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

Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs

Cria um EventCallback para os fornecidos receiver e 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)

Parâmetros

receiver
Object

O receptor do evento.

callback
Func<ChangeEventArgs,Task>

O retorno de chamada do evento.

Retornos

O EventCallback.

Aplica-se a

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

Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs
Origem:
EventCallbackFactoryEventArgsExtensions.cs

Cria um EventCallback para os fornecidos receiver e 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)

Parâmetros

receiver
Object

O receptor do evento.

callback
Func<EventArgs,Task>

O retorno de chamada do evento.

Retornos

O EventCallback.

Aplica-se a