Spread Windows Forms 12.0 Product Documentation
OnSelectionChanged Method (FormulaTextBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaTextBox Class : OnSelectionChanged Method
An System.EventArgs that contains the event data.
Raises the System.Windows.Forms.RichTextBox.SelectionChanged event.
Syntax
'Declaration
 
Protected Overrides Sub OnSelectionChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As FormulaTextBox
Dim e As EventArgs
 
instance.OnSelectionChanged(e)
protected override void OnSelectionChanged( 
   EventArgs e
)

Parameters

e
An System.EventArgs that contains the event data.
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members