| Visual Basic (Declaration) | |
|---|---|
Event Updating As EventHandler(Of CustomStepUpdatingEventArgs) | |
| C# | |
|---|---|
event EventHandler<CustomStepUpdatingEventArgs> Updating | |
| C++/CLI | |
|---|---|
event EventHandler<CustomStepUpdatingEventArgs^>^ Updating | |
The event handler receives an argument of type CustomStepUpdatingEventArgs containing data related to this event. The following CustomStepUpdatingEventArgs 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)