[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ErrorEventHandler

ErrorEventHandler Delegate

Raised when an excpetion is thrown via the UI.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void ErrorEventHandler(object sender, ErrorEventArgs e)
Parameters
Type Name Description
object sender Raised when an excpetion is thrown via the UI.
ErrorEventArgs e Raised when an excpetion is thrown via the UI.

Constructors

Name Description
ErrorEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ErrorEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ErrorEventArgs)