MonobjcMonobjc Documented Class Library
MouseUp Method (theEvent)
NamespacesMonobjc.AppKitNSResponderMouseUp(NSEvent)

Informs the receiver that the user has released the left mouse button.

Original signature is '- (void)mouseUp:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MouseUp(
	NSEvent theEvent
)
Public Overridable Sub MouseUp ( _
	theEvent As NSEvent _
)
public:
virtual void MouseUp(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
An object encapsulating information about the mouse-up event.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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