EventHandlerAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| EventHandlerAttribute(String, Type) |
Vytvoří instanci EventHandlerAttribute. |
| EventHandlerAttribute(String, Type, Boolean, Boolean) |
Vytvoří instanci EventHandlerAttribute. |
EventHandlerAttribute(String, Type)
Vytvoří instanci 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)
Parametry
- attributeName
- String
- eventArgsType
- Type
Platí pro
EventHandlerAttribute(String, Type, Boolean, Boolean)
Vytvoří instanci 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)
Parametry
- attributeName
- String
- eventArgsType
- Type
- enableStopPropagation
- Boolean
- enablePreventDefault
- Boolean