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