[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ErrorEventArgs

ErrorEventArgs Class

Provides data for the Error event.

Inheritance
ErrorEventArgs
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class ErrorEventArgs : EventArgs

Properties

Name Description
Continue

True to continue as if no exception was raised.

Exception

The exception which caused the Event to be raised.

Handled

True if the exception has been handled.