public FilterBarEventArgs( SpreadView view, int column, int x, int y, MouseButtons button )
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal column As Integer, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal button As MouseButtons _ )
'Declaration
Public Function New( _ ByVal view As SpreadView, _ ByVal column As Integer, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal button As MouseButtons _ )
'Usage 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)
'Usage
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)
FilterBarEventArgs Class FilterBarEventArgs Members