MonobjcMonobjc Documented Class Library
EndGestureWithEvent Method (event)
NamespacesMonobjc.AppKitNSResponderEndGestureWithEvent(NSEvent)

Informs the receiver that the user has ended a touch gesture.

Original signature is '- (void)endGestureWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EndGestureWithEvent(
	NSEvent event
)
Public Overridable Sub EndGestureWithEvent ( _
	event As NSEvent _
)
public:
virtual void EndGestureWithEvent(
	NSEvent^ event
)
Parameters
event (NSEvent)
An event object representing the gesture end.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)