다음을 통해 공유


EventHandlerAttribute 생성자

정의

오버로드

EventHandlerAttribute(String, Type)

의 instance 생성합니다EventHandlerAttribute.

EventHandlerAttribute(String, Type, Boolean, Boolean)

의 instance 생성합니다EventHandlerAttribute.

EventHandlerAttribute(String, Type)

Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs

의 instance 생성합니다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)

Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs
Source:
EventHandlerAttribute.cs

의 instance 생성합니다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

적용 대상