EventsObjectWrapper.FireCustomEvent Method
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.
Occurs when tasks raise custom task-defined events.
public:
void FireCustomEvent(System::String ^ eventName, System::String ^ eventText, cli::array <System::Object ^> ^ % arguments, System::String ^ subComponent, bool % fireAgain);
public void FireCustomEvent (string eventName, string eventText, ref object[] arguments, string subComponent, ref bool fireAgain);
member this.FireCustomEvent : string * string * Object[] * string * bool -> unit
Public Sub FireCustomEvent (eventName As String, eventText As String, ByRef arguments As Object(), subComponent As String, ByRef fireAgain As Boolean)
Parameters
- eventName
- String
The name of the event to raise.
- eventText
- String
The text describing the event.
- arguments
- Object[]
An array of arguments to pass to the event.
- subComponent
- String
Contains more detail about the event source.
- fireAgain
- Boolean
True to continue firing; otherwise, false.