EventHandlerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將事件引數類型與事件屬性名稱產生關聯。
public ref class EventHandlerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class EventHandlerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type EventHandlerAttribute = class
inherit Attribute
Public NotInheritable Class EventHandlerAttribute
Inherits Attribute
- 繼承
-
EventHandlerAttribute
- 屬性
建構函式
EventHandlerAttribute(String, Type, Boolean, Boolean) |
建構 的 EventHandlerAttribute 實例。 |
EventHandlerAttribute(String, Type) |
建構 的 EventHandlerAttribute 實例。 |
屬性
AttributeName |
取得屬性名稱。 |
EnablePreventDefault |
取得事件防止預設事件流程的能力。 |
EnableStopPropagation |
取得事件停止傳播的能力。 |
EventArgsType |
取得事件引數類型。 |