MESCIUS SPREAD for Windows Forms 15.0J
ShowGrippersInEditingStatusChanged イベント
使用例 

ShowGrippersInEditingStatusの値が変更されたときに発生します。
構文
'宣言
 
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.