EventHandlerAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
EventHandlerAttribute(String, Type) |
Construye una instancia de EventHandlerAttribute. |
EventHandlerAttribute(String, Type, Boolean, Boolean) |
Construye una instancia de EventHandlerAttribute. |
EventHandlerAttribute(String, Type)
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
Construye una instancia de 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)
Parámetros
- attributeName
- String
- eventArgsType
- Type
Se aplica a
EventHandlerAttribute(String, Type, Boolean, Boolean)
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
Construye una instancia de 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)
Parámetros
- attributeName
- String
- eventArgsType
- Type
- enableStopPropagation
- Boolean
- enablePreventDefault
- Boolean