Occurs whenever an exception is thrown during end user interaction.
[Visual Basic]
Public Event Error As ErrorEventHandler
[C#]
public event ErrorEventHandler Error
[Delphi]
public property Error: ErrorEventHandler read remove_Error write add_Error;
Example
For an example using the Error event, see Adding Custom Error Checking to C1TrueDBGrid.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |