Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnTextTipFetch Method
TextTipFetchEventArgs object that contains the event data


In This Topic
OnTextTipFetch Method
In This Topic
Raises the TextTipFetch event.
Syntax
'Declaration
 
Protected Overridable Sub OnTextTipFetch( _
   ByVal e As TextTipFetchEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As TextTipFetchEventArgs
 
instance.OnTextTipFetch(e)

Parameters

e
TextTipFetchEventArgs object that contains the event data
See Also