MonobjcMonobjc Documented Class Library
MouseExited Method (event)
NamespacesMonobjc.AppKitNSButtonCellMouseExited(NSEvent)

Erases the receiver’s border.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MouseExited(
	NSEvent event
)
Public Overridable Sub MouseExited ( _
	event As NSEvent _
)
public:
virtual void MouseExited(
	NSEvent^ event
)
Parameters
event (NSEvent)
The event object generated by the mouse movement.
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)