PowerTools SPREAD for Windows Forms 10.0J
TouchSelectionGripperThicknessChanged イベント


TouchSelectionGripperThicknessが変更されたときに発生します。
構文
'Declaration
 
Public Event TouchSelectionGripperThicknessChanged As EventHandler
'使用法
 
Dim instance As FpSpread
Dim handler As EventHandler
 
AddHandler instance.TouchSelectionGripperThicknessChanged, handler
public event EventHandler TouchSelectionGripperThicknessChanged
次のサンプルコードは、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
参照

FpSpread クラス
FpSpread メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.