DataComboView: Add parameter to signature of Event Validate

[GB.DB.FORM]
* BUG: DataComboView: Add parameter to signature of Event Validate
This commit is contained in:
Tobias Boege 2019-07-15 18:02:46 +02:00
parent 07398d8d82
commit 77fdca9282

View file

@ -23,7 +23,7 @@ Property Header As Boolean
Property Grid As Boolean
Property Highlight As Boolean
Event Validate
Event Validate(Value As Variant)
'Property Read Current As Variant[]
'Property Read Count As Integer