Share via


IDTSEventInfo100.AllowEventHandlers Propriété

Définition

public:
 property bool AllowEventHandlers { bool get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool AllowEventHandlers { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.AllowEventHandlers : bool
Public ReadOnly Property AllowEventHandlers As Boolean

Valeur de propriété

Retourne une valeur booléenne qui indique si l’outil de développement autorise la création d’objets de gestionnaire d’événements pour l’événement. Si la valeur est true, les objets de gestionnaire d’événements peuvent être créés pour l’événement. Cette propriété s'applique uniquement aux événements personnalisés que vous avez créés pour votre tâche personnalisée. Pour plus d’informations, consultez Déclenchement et définition d’événements dans une tâche personnalisée.

Attributs

S’applique à