共用方式為


EventHandlerAttribute 建構函式

定義

多載

EventHandlerAttribute(String, Type)

建構 的 EventHandlerAttribute 實例。

EventHandlerAttribute(String, Type, Boolean, Boolean)

建構 的 EventHandlerAttribute 實例。

EventHandlerAttribute(String, Type)

來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs

建構 的 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)

參數

attributeName
String
eventArgsType
Type

適用於

EventHandlerAttribute(String, Type, Boolean, Boolean)

來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs
來源:
EventHandlerAttribute.cs

建構 的 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)

參數

attributeName
String
eventArgsType
Type
enableStopPropagation
Boolean
enablePreventDefault
Boolean

適用於