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

TouchSelectionGripperThicknessが変更されたときに発生します。
構文
'宣言
 
Public Event TouchSelectionGripperThicknessChanged As EventHandler
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 メンバ

 

 


© MESCIUS inc. All rights reserved.