Compartir a través de


NSPressGestureRecognizer Constructores

Definición

Sobrecargas

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

NSPressGestureRecognizer()

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

Se aplica a

NSPressGestureRecognizer(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSPressGestureRecognizer(NSObjectFlag)

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

Parámetros

Se aplica a

NSPressGestureRecognizer(Action)

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

Parámetros

action
Action

Se aplica a

NSPressGestureRecognizer(Action<NSPressGestureRecognizer>)

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

Parámetros

Se aplica a

NSPressGestureRecognizer(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica 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

Parámetros

target
NSObject
action
Selector
Atributos

Se aplica a