[]
Represents the method that will handle the ShowScrollTip event.
public delegate void RowColToolTipEventHandler(object sender, ToolTipEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Object that fired the event. |
ToolTipEventArgs | e | ToolTipEventArgs object that contains the event data. |
Name | Description |
---|---|
RowColToolTipEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, ToolTipEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, ToolTipEventArgs) |