[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowColToolTipEventHandler

RowColToolTipEventHandler Delegate

Represents the method that will handle the ShowScrollTip event.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate void RowColToolTipEventHandler(object sender, ToolTipEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

ToolTipEventArgs e

ToolTipEventArgs object that contains the event data.

Constructors

Name Description
RowColToolTipEventHandler(object, IntPtr)

Methods

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