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