EventInfo.AllowEventHandlers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean that indicates if the development tool, SQL Server Data Tools (SSDT), will allow event handlers to be created in the package. This property applies to custom events created for a custom task.
public:
property bool AllowEventHandlers { bool get(); };
public bool AllowEventHandlers { get; }
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.