EventHandlerAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EventHandlerAttribute(String, Type) |
Constrói uma instância de EventHandlerAttribute. |
EventHandlerAttribute(String, Type, Boolean, Boolean) |
Constrói uma instância de EventHandlerAttribute. |
EventHandlerAttribute(String, Type)
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
Constrói uma instância 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
Aplica-se a
EventHandlerAttribute(String, Type, Boolean, Boolean)
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
- Origem:
- EventHandlerAttribute.cs
Constrói uma instância 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