EventHandlerAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
EventHandlerAttribute(String, Type) |
Tworzy wystąpienie klasy EventHandlerAttribute. |
EventHandlerAttribute(String, Type, Boolean, Boolean) |
Tworzy wystąpienie klasy EventHandlerAttribute. |
EventHandlerAttribute(String, Type)
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
Tworzy wystąpienie klasy 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
Dotyczy
EventHandlerAttribute(String, Type, Boolean, Boolean)
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
- Źródło:
- EventHandlerAttribute.cs
Tworzy wystąpienie klasy 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