FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : TouchSelectionGripperThicknessChanged イベント |
'Declaration
Public Event TouchSelectionGripperThicknessChanged As EventHandler
public event EventHandler TouchSelectionGripperThicknessChanged
fpSpread1.TouchSelectionGripperThickness = 3; private void fpSpread1_TouchSelectionGripperThicknessChanged(object sender, EventArgs e) { listBox1.Items.Add("changed"); }
fpSpread1.TouchSelectionGripperThickness = 3 Private Sub fpSpread1_TouchSelectionGripperThicknessChanged(sender As Object, e As EventArgs) Handles fpSpread1.TouchSelectionGripperThicknessChanged ListBox1.Items.Add("changed") End Sub