Share via


IDTSEventInfo100.AllowEventHandlers Property

Definition

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

Property Value

Returns a Boolean that indicates if the development tool will allow event handler objects to be created for the event. If true, event handler objects can be created for the event. This property applies only to custom events that you have created for your custom task. For more information, see Raising and Defining Events in a Custom Task.

Attributes

Applies to