Aracılığıyla paylaş


EventHandlerAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

EventHandlerAttribute(String, Type)

bir örneğini EventHandlerAttributeoluşturur.

EventHandlerAttribute(String, Type, Boolean, Boolean)

bir örneğini EventHandlerAttributeoluşturur.

EventHandlerAttribute(String, Type)

Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs

bir örneğini EventHandlerAttributeoluşturur.

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)

Parametreler

attributeName
String
eventArgsType
Type

Şunlara uygulanır

EventHandlerAttribute(String, Type, Boolean, Boolean)

Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs
Kaynak:
EventHandlerAttribute.cs

bir örneğini EventHandlerAttributeoluşturur.

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)

Parametreler

attributeName
String
eventArgsType
Type
enableStopPropagation
Boolean
enablePreventDefault
Boolean

Şunlara uygulanır