EventHandlerAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventHandlerAttribute(String, Type) |
Constructs an instance of EventHandlerAttribute. |
EventHandlerAttribute(String, Type, Boolean, Boolean) |
Constructs an instance of EventHandlerAttribute. |
EventHandlerAttribute(String, Type)
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
Constructs an instance of 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)
Parameters
- attributeName
- String
- eventArgsType
- Type
Applies to
EventHandlerAttribute(String, Type, Boolean, Boolean)
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
- Source:
- EventHandlerAttribute.cs
Constructs an instance of 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)
Parameters
- attributeName
- String
- eventArgsType
- Type
- enableStopPropagation
- Boolean
- enablePreventDefault
- Boolean