Spread Windows Forms 12.0 Product Documentation
OnTextTipFetch Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnTextTipFetch Method
TextTipFetchEventArgs object that contains the event data
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)
protected virtual void OnTextTipFetch( 
   TextTipFetchEventArgs e
)

Parameters

e
TextTipFetchEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members