GrapeCity SPREAD for Windows Forms 12.0J
ShowGrippersInEditingStatusChanged イベント


ShowGrippersInEditingStatusの値が変更されたときに発生します。
構文
'Declaration
 
Public Event ShowGrippersInEditingStatusChanged As EventHandler
'使用法
 
Dim instance As FpSpread
Dim handler As EventHandler
 
AddHandler instance.ShowGrippersInEditingStatusChanged, handler
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 メンバ

 

 


Copyright © 2004 GrapeCity inc.