INSGestureRecognizerDelegate Interface

Definition

[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
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

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)

Applies to