This event is available in object definitions of classes.
The Dirty event is triggered whenever a saveable class variable changes its value. The use for that is i.e. checking if an object structure must be saved on file.
|
Syntax scalar | |||
|
Function Dirty(BubbleUp) As Void | |||
|
Syntax list | |||
|
Function Dirty(Index, BubbleUp) As Void | |||
|
Parameter | |||
|
Name |
Type |
Passing |
Description |
|
Index |
Long |
ByVal |
Index of the changed value of a list variable |
|
BubbleUp |
Boolean |
ByRef |
Determines whether the event should also be triggered on the father object |