EventsObjectWrapper Class
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.
Represents an events object wrapper.
public ref class EventsObjectWrapper
public class EventsObjectWrapper
type EventsObjectWrapper = class
Public Class EventsObjectWrapper
- Inheritance
-
EventsObjectWrapper
Constructors
EventsObjectWrapper(Object) |
Initializes a new instance of the EventsObjectWrapper class. |
Methods
FireBreakpointHit(BreakpointTarget) |
Raises an event when a breakpoint target is hit in the package. |
FireCustomEvent(String, String, Object[], String, Boolean) |
Occurs when tasks raise custom task-defined events. |
FireError(Int32, String, String, String, Int32) |
Raises an event when error occurs. |
FireInformation(Int32, String, String, String, Int32, Boolean) |
Raises an event containing information. |
FireProgress(String, Int32, Int32, Int32, String, Boolean) |
Raises an event when measurable progress is made by the executable. |
FireQueryCancel() |
Raises an event to determine whether an executable should stop running. |
FireWarning(Int32, String, String, String, Int32) |
Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |