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