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