Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSelectionChanging Method
SelectionChangingEventArgs object that contains the event data


In This Topic
    OnSelectionChanging Method (FpSpread)
    In This Topic
    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