Spread Windows Forms 12.0 Product Documentation
OnNameSelectedChanged Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NameBox Class : OnNameSelectedChanged Method
SelectionChangedEventArgs that contain the event arguments
Raises the selectionChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnNameSelectedChanged( _
   ByVal e As SelectionChangedEventArgs _
) 
'Usage
 
Dim instance As NameBox
Dim e As SelectionChangedEventArgs
 
instance.OnNameSelectedChanged(e)
protected virtual void OnNameSelectedChanged( 
   SelectionChangedEventArgs e
)

Parameters

e
SelectionChangedEventArgs that contain the event arguments
See Also

Reference

NameBox Class
NameBox Members