Syntax
'Declaration
Protected Overridable Sub OnTouchDropDownScaleChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnTouchDropDownScaleChanged(e)
protected virtual void OnTouchDropDownScaleChanged(
EventArgs
)
Parameters
- e
- An EventArgs that contains the event data.
See Also