Condividi tramite


NSPressGestureRecognizer Costruttori

Definizione

Overload

NSPressGestureRecognizer()
NSPressGestureRecognizer(NSCoder)
NSPressGestureRecognizer(NSObjectFlag)
NSPressGestureRecognizer(Action)
NSPressGestureRecognizer(Action<NSPressGestureRecognizer>)
NSPressGestureRecognizer(IntPtr)
NSPressGestureRecognizer(NSObject, Selector)

NSPressGestureRecognizer()

[Foundation.Export("init")]
public NSPressGestureRecognizer ();
Attributi

Si applica a

NSPressGestureRecognizer(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPressGestureRecognizer (Foundation.NSCoder coder);
new AppKit.NSPressGestureRecognizer : Foundation.NSCoder -> AppKit.NSPressGestureRecognizer

Parametri

coder
NSCoder
Attributi

Si applica a

NSPressGestureRecognizer(NSObjectFlag)

protected NSPressGestureRecognizer (Foundation.NSObjectFlag t);
new AppKit.NSPressGestureRecognizer : Foundation.NSObjectFlag -> AppKit.NSPressGestureRecognizer

Parametri

Si applica a

NSPressGestureRecognizer(Action)

public NSPressGestureRecognizer (Action action);
new AppKit.NSPressGestureRecognizer : Action -> AppKit.NSPressGestureRecognizer

Parametri

action
Action

Si applica a

NSPressGestureRecognizer(Action<NSPressGestureRecognizer>)

public NSPressGestureRecognizer (Action<AppKit.NSPressGestureRecognizer> action);
new AppKit.NSPressGestureRecognizer : Action<AppKit.NSPressGestureRecognizer> -> AppKit.NSPressGestureRecognizer

Parametri

Si applica a

NSPressGestureRecognizer(IntPtr)

protected internal NSPressGestureRecognizer (IntPtr handle);
new AppKit.NSPressGestureRecognizer : nativeint -> AppKit.NSPressGestureRecognizer

Parametri

handle
IntPtr

nativeint

Si applica a

NSPressGestureRecognizer(NSObject, Selector)

[Foundation.Export("initWithTarget:action:")]
public NSPressGestureRecognizer (Foundation.NSObject target, ObjCRuntime.Selector action);
new AppKit.NSPressGestureRecognizer : Foundation.NSObject * ObjCRuntime.Selector -> AppKit.NSPressGestureRecognizer

Parametri

target
NSObject
action
Selector
Attributi

Si applica a