Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / SpreadWrapper1_SelectionChanging Method


In This Topic
SpreadWrapper1_SelectionChanging Method
In This Topic
Syntax
'Declaration
 
Public Sub SpreadWrapper1_SelectionChanging( _
   ByVal sender As Object, _
   ByVal e As SelectionChangingEventArgs _
) 
 
'Usage
 
Dim instance As DesignerMain
Dim sender As Object
Dim e As SelectionChangingEventArgs
 
instance.SpreadWrapper1_SelectionChanging(sender, e)

Parameters

sender
e
See Also