| Visual Basic (Declaration) | |
|---|---|
Public Event UpdatingPass1 As EventHandler(Of CustomStepUpdatingPass1EventArgs) | |
| C# | |
|---|---|
public event EventHandler<CustomStepUpdatingPass1EventArgs> UpdatingPass1 | |
| C++/CLI | |
|---|---|
public: event EventHandler<CustomStepUpdatingPass1EventArgs^>^ UpdatingPass1 | |
The event handler receives an argument of type CustomStepUpdatingPass1EventArgs containing data related to this event. The following CustomStepUpdatingPass1EventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| State | Gets the measurement state. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)