EventHandlerAttribute Costruttori
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.
Overload
EventHandlerAttribute(String, Type) |
Costruisce un'istanza di EventHandlerAttribute. |
EventHandlerAttribute(String, Type, Boolean, Boolean) |
Costruisce un'istanza di EventHandlerAttribute. |
EventHandlerAttribute(String, Type)
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
Costruisce un'istanza di EventHandlerAttribute.
public:
EventHandlerAttribute(System::String ^ attributeName, Type ^ eventArgsType);
public EventHandlerAttribute (string attributeName, Type eventArgsType);
new Microsoft.AspNetCore.Components.EventHandlerAttribute : string * Type -> Microsoft.AspNetCore.Components.EventHandlerAttribute
Public Sub New (attributeName As String, eventArgsType As Type)
Parametri
- attributeName
- String
- eventArgsType
- Type
Si applica a
EventHandlerAttribute(String, Type, Boolean, Boolean)
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
- Origine:
- EventHandlerAttribute.cs
Costruisce un'istanza di EventHandlerAttribute.
public:
EventHandlerAttribute(System::String ^ attributeName, Type ^ eventArgsType, bool enableStopPropagation, bool enablePreventDefault);
public EventHandlerAttribute (string attributeName, Type eventArgsType, bool enableStopPropagation, bool enablePreventDefault);
new Microsoft.AspNetCore.Components.EventHandlerAttribute : string * Type * bool * bool -> Microsoft.AspNetCore.Components.EventHandlerAttribute
Public Sub New (attributeName As String, eventArgsType As Type, enableStopPropagation As Boolean, enablePreventDefault As Boolean)
Parametri
- attributeName
- String
- eventArgsType
- Type
- enableStopPropagation
- Boolean
- enablePreventDefault
- Boolean