Initializes a new instance of the
NSTouch class.

Declaration Syntax
protected NSTouch(
string selector,
Object firstParameter,
params Object[] otherParameters
)
Protected Sub New ( _
selector As String, _
firstParameter As Object, _
ParamArray otherParameters As Object() _
)
protected:
NSTouch(
String^ selector,
Object^ firstParameter,
... array<Object^>^ otherParameters
)

Parameters
- selector (String)
- The selector.
- firstParameter (Object)
- The first paramater.
- otherParameters (array<Object>[]()[][])
- The other parameters.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)