Spread WPF Documentation
OnTouchLeave Method (FormulaTextBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : OnTouchLeave Method
Syntax
'Declaration
 
Protected Sub OnTouchLeave( _
   ByVal e As System.Windows.Input.TouchEventArgs _
) 
'Usage
 
Dim instance As FormulaTextBox
Dim e As System.Windows.Input.TouchEventArgs
 
instance.OnTouchLeave(e)
protected void OnTouchLeave( 
   System.Windows.Input.TouchEventArgs e
)

Parameters

e
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members