FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > EditorNotifyEventArgs クラス : EditorNotifyEventArgs コンストラクタ |
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal editingControl As Control, _ ByVal row As Integer, _ ByVal column As Integer _ )
'使用法 Dim view As SpreadView Dim editingControl As Control Dim row As Integer Dim column As Integer Dim instance As New EditorNotifyEventArgs(view, editingControl, row, column)
public EditorNotifyEventArgs( SpreadView view, Control editingControl, int row, int column )