Occurs whenever a user attempts to enter invalid data into a column that is using valueitems.
[Visual Basic]
Public Event ValueItemError As ColEventHandler
[C#]
public event ColEventHandler ValueItemError
[Delphi]
public property ValueItemError: ColEventHandler read remove_ValueItemError write add_ValueItemError;
Remarks
This event is only triggered when the associated ValueItems collection has its ValueItems.Validate property set to True.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |