EventHandlerAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
- 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
- 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