EventHandlerAttribute コンストラクター

定義

オーバーロード

EventHandlerAttribute(String, Type)

のインスタンス EventHandlerAttributeを構築します。

EventHandlerAttribute(String, Type, Boolean, Boolean)

のインスタンス EventHandlerAttributeを構築します。

EventHandlerAttribute(String, Type)

のインスタンス 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を構築します。

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

適用対象