'Declaration
Protected Overridable Sub OnTouchSelectionGripperThicknessChanged( _
ByVal As EventArgs _
)
'使用法
Dim instance As FpSpread
Dim e As EventArgs
instance.OnTouchSelectionGripperThicknessChanged(e)
protected virtual void OnTouchSelectionGripperThicknessChanged(
EventArgs
)