[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.CancelEventHandler

CancelEventHandler Delegate

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

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.10.dll
Syntax
public delegate void CancelEventHandler(object sender, CancelEventArgs e)
Public Delegate Sub CancelEventHandler(sender As Object, e As CancelEventArgs)
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, nint)

Methods

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