Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / Spread_SelectionChanging Method


In This Topic
    Spread_SelectionChanging Method (ModelessFormBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub Spread_SelectionChanging( _
       ByVal sender As Object, _
       ByVal e As SelectionChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim sender As Object
    Dim e As SelectionChangingEventArgs
     
    instance.Spread_SelectionChanging(sender, e)
    protected void Spread_SelectionChanging( 
       object sender,
       SelectionChangingEventArgs e
    )

    Parameters

    sender
    e
    See Also