Compartilhar via


EventHandlerAttribute Construtores

Definição

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

Aplica-se a