Consider
you have a task or package with several event handlers, but for some
reason you do not want event handlers to be called. One simple solution is
to delete all of the event handlers, but that would not be viable if you
want to use them in the future. This is where you can use the
DisableEventHandlers property. You can set this property to TRUE and all
event handlers will be disabled. Please note with this property you simply
disable the event handlers and you are not actually removing them. This
means you can set this value to FALSE and the event handlers will once
again be executed.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment