WebRenderTreeBuilderExtensions.AddEventStopPropagationAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge un frame che rappresenta un'istruzione per interrompere la propagazione dell'evento specificato oltre l'elemento corrente.
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)
Parametri
- builder
- RenderTreeBuilder
Oggetto RenderTreeBuilder.
- sequence
- Int32
Intero che rappresenta la posizione dell'istruzione nel codice sorgente.
- eventName
- String
Nome dell'evento da interessata.
- value
- Boolean
True se la propagazione deve essere arrestata in questo caso; in caso contrario, false.