EventHandlerAttribute Constructors

Definition

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

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

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

Applies to