EventHandlerAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
EventHandlerAttribute(String, Type) |
Construit un instance de EventHandlerAttribute. |
EventHandlerAttribute(String, Type, Boolean, Boolean) |
Construit un instance 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
Construit un instance 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)
Paramètres
- attributeName
- String
- eventArgsType
- Type
S’applique à
EventHandlerAttribute(String, Type, Boolean, Boolean)
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
Construit un instance 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)
Paramètres
- attributeName
- String
- eventArgsType
- Type
- enableStopPropagation
- Boolean
- enablePreventDefault
- Boolean