'DeclarationPublic Event AutoDefineVariable As AutoDefineElementHandler
public event AutoDefineElementHandler AutoDefineVariable
public: event AutoDefineElementHandler^ AutoDefineVariable
The event handler receives an argument of type AutoDefineElementEventArgs containing data related to this event. The following AutoDefineElementEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AssociatedTableRow | This gives you access to the other elements/columns of the current data row. |
| FieldType | Returns or defines the field type of the element. |
| IsDesignMode | Indicates whether the event is triggered for the design mode and whether test data can be transferred. |
| Name | Name of the element. |
| ProgressPercent | Progress in percent. |
| Suppress | If set to true, the element is not added to the designer. |
| Value | Content of the element. |
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10