| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal isRecomputing As Boolean, _ ByVal state As StateDictionary _ ) | |
| C# | |
|---|---|
public CustomStepExecutingEventArgs( bool isRecomputing, StateDictionary state ) | |
| C++/CLI | |
|---|---|
public: CustomStepExecutingEventArgs( bool isRecomputing, StateDictionary^ state ) | |
Parameters
- isRecomputing
- Indicates whether the step is recomputing.
- state
- The measurement state.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)