Поделиться через


EventHandlerAttribute Конструкторы

Определение

Перегрузки

EventHandlerAttribute(String, Type)

Создает экземпляр EventHandlerAttribute.

EventHandlerAttribute(String, Type, Boolean, Boolean)

Создает экземпляр EventHandlerAttribute.

EventHandlerAttribute(String, Type)

Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs

Создает экземпляр 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.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs
Исходный код:
EventHandlerAttribute.cs

Создает экземпляр 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

Применяется к