Spread Silverlight Documentation
OnTextInputUpdate Method (FormulaTextBox)


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

Parameters

e
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members