'Declaration
Public Event AutoDefineVariable As AutoDefineElementHandler
public event AutoDefineElementHandler AutoDefineVariable
public: event AutoDefineElementHandler^ AutoDefineVariable
Event Data
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 | |
FieldType | |
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. |
Requirements
Platforms: Windows 8.1, Windows 10 (Version 1909 - 21H2), Windows 11 (21H2), Windows Server 2012 - 2022
See Also