[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.CancelEventHandler

CancelEventHandler Delegate

Raised before an action is performed on the grid and the action can be canceled.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void CancelEventHandler(object sender, CancelEventArgs e)
Parameters
Type Name Description
object sender Raised before an action is performed on the grid and the action can be canceled.
CancelEventArgs e Raised before an action is performed on the grid and the action can be canceled.

Constructors

Name Description
CancelEventHandler(object, IntPtr)

Methods

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