The AfterLet event is triggered whenever a class variable has received a new value.
Syntax for scalar variables | |||
Function AfterLet() As Void | |||
Syntax for list variables | |||
Function AfterLet(Index) As Void | |||
Parameter | |||
Name |
Type |
Passing |
Description |
Index |
Long |
ByVal |
Index of the changed value of the list |