WebRenderTreeBuilderExtensions.AddEventStopPropagationAttribute Método

Definición

Anexa un marco que representa una instrucción para impedir que el evento especificado se propague más allá del elemento actual.

public:
[System::Runtime::CompilerServices::Extension]
 static void AddEventStopPropagationAttribute(Microsoft::AspNetCore::Components::Rendering::RenderTreeBuilder ^ builder, int sequence, System::String ^ eventName, bool value);
public static void AddEventStopPropagationAttribute (this Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder, int sequence, string eventName, bool value);
static member AddEventStopPropagationAttribute : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder * int * string * bool -> unit
<Extension()>
Public Sub AddEventStopPropagationAttribute (builder As RenderTreeBuilder, sequence As Integer, eventName As String, value As Boolean)

Parámetros

sequence
Int32

Entero que representa la posición de la instrucción en el código fuente.

eventName
String

Nombre del evento que se va a ver afectado.

value
Boolean

True si la propagación debe detenerse aquí; de lo contrario, false.

Se aplica a