Freigeben über


EventHandlerAttribute Konstruktoren

Definition

Überlädt

EventHandlerAttribute(String, Type)

Erstellt eine instance von EventHandlerAttribute.

EventHandlerAttribute(String, Type, Boolean, Boolean)

Erstellt eine instance von EventHandlerAttribute.

EventHandlerAttribute(String, Type)

Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs

Erstellt eine instance von 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)

Parameter

attributeName
String
eventArgsType
Type

Gilt für:

EventHandlerAttribute(String, Type, Boolean, Boolean)

Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs
Quelle:
EventHandlerAttribute.cs

Erstellt eine instance von 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)

Parameter

attributeName
String
eventArgsType
Type
enableStopPropagation
Boolean
enablePreventDefault
Boolean

Gilt für: