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

TouchSelectionGripperThicknessが変更されたときに発生します。
構文
'Declaration
 
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.