[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.FetchCellTipsEventHandler

FetchCellTipsEventHandler Delegate

Raised when cell tips are to be displayed.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public delegate void FetchCellTipsEventHandler(object sender, FetchCellTipsEventArgs e)
Parameters
Type Name Description
object sender Raised when cell tips are to be displayed.
FetchCellTipsEventArgs e Raised when cell tips are to be displayed.

Constructors

Name Description
FetchCellTipsEventHandler(object, nint)

Methods

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