Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnTouchSelectionGripperLineColorChanged Method
The EventArgs that contains the event data.


In This Topic
    OnTouchSelectionGripperLineColorChanged Method
    In This Topic
    Raises the TouchSelectionGripperLineColorChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTouchSelectionGripperLineColorChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As EventArgs
     
    instance.OnTouchSelectionGripperLineColorChanged(e)
    protected virtual void OnTouchSelectionGripperLineColorChanged( 
       EventArgs e
    )

    Parameters

    e
    The EventArgs that contains the event data.
    See Also