| Visual Basic (Declaration) | |
|---|---|
Public Event Executing As EventHandler(Of CustomStepExecutingEventArgs) | |
| C# | |
|---|---|
public event EventHandler<CustomStepExecutingEventArgs> Executing | |
| C++/CLI | |
|---|---|
public: event EventHandler<CustomStepExecutingEventArgs^>^ Executing | |
The event handler receives an argument of type CustomStepExecutingEventArgs containing data related to this event. The following CustomStepExecutingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| IsRecomputing | Gets or sets a value indicating whether the step is recomputing. |
| State | Gets the measurement state. |
| StatusCode | Gets or sets a value indicating the success result of the step. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)