[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.FetchScrollTipsEventHandler

FetchScrollTipsEventHandler Delegate

Raised when scroll tips are to be displayed.

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

Constructors

Name Description
FetchScrollTipsEventHandler(object, nint)

Methods

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