'Declaration
Public 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 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9