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