Spread Windows Forms 12.0 Product Documentation
OnSelectionChanging Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnSelectionChanging Method
SelectionChangingEventArgs object that contains the event data
Raises the SelectionChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnSelectionChanging( _
   ByVal e As SelectionChangingEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As SelectionChangingEventArgs
 
instance.OnSelectionChanging(e)
protected virtual void OnSelectionChanging( 
   SelectionChangingEventArgs e
)

Parameters

e
SelectionChangingEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members