INSGestureRecognizerDelegate Interfaccia

Definizione

[Foundation.Protocol(Name="NSGestureRecognizerDelegate", WrapperType=typeof(AppKit.NSGestureRecognizerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSGestureRecognizerDelegate : IDisposable, ObjCRuntime.INativeObject
type INSGestureRecognizerDelegate = interface
    interface INativeObject
    interface IDisposable
Derivato
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi di estensione

ShouldAttemptToRecognize(INSGestureRecognizerDelegate, NSGestureRecognizer, NSEvent)
ShouldBegin(INSGestureRecognizerDelegate, NSGestureRecognizer)
ShouldBeRequiredToFail(INSGestureRecognizerDelegate, NSGestureRecognizer, NSGestureRecognizer)
ShouldReceiveEvent(INSGestureRecognizerDelegate, NSGestureRecognizer, NSEvent)
ShouldReceiveTouch(INSGestureRecognizerDelegate, NSGestureRecognizer, NSTouch)
ShouldRecognizeSimultaneously(INSGestureRecognizerDelegate, NSGestureRecognizer, NSGestureRecognizer)
ShouldRequireFailure(INSGestureRecognizerDelegate, NSGestureRecognizer, NSGestureRecognizer)

Si applica a