MESCIUS SPREAD for Windows Forms 17.0J
ShowGrippersInEditingStatusChanged イベント

ShowGrippersInEditingStatusの値が変更されたときに発生します。
構文
'Declaration
 
Public Event ShowGrippersInEditingStatusChanged As EventHandler
public event EventHandler ShowGrippersInEditingStatusChanged
次のサンプルコードは、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
参照

FpSpread クラス
FpSpread メンバ

 

 


© MESCIUS inc. All rights reserved.