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


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

    Parameters

    e
    An EventArgs that contains the event data.
    See Also