EventHandlerAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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