EventHandlerAttribute Konstruktory

Definicja

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

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

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

Dotyczy