Version

FormulaEditorTextBox_TextChanged Method

Event handler for change in the text of the FormulaEditorTextBox ( via mouse or key actions )
Syntax
'Declaration
 
Protected Sub FormulaEditorTextBox_TextChanged( _
   ByVal sender As System.Object, _
   ByVal e As System.Windows.Controls.TextChangedEventArgs _
) 
protected void FormulaEditorTextBox_TextChanged( 
   System.object sender,
   System.Windows.Controls.TextChangedEventArgs e
)
protected: void FormulaEditorTextBox_TextChanged( 
   System.Object* sender,
   System.Windows.Controls.TextChangedEventArgs* e
) 

Parameters

sender
Proxy source control which is a FormulaEditorTextBox
e
Event Args for SourceElement_MouseDown event
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also