MonobjcMonobjc Documented Class Library
MouseExitedWithFrameInView Method (event, frame, view)
NamespacesMonobjc.AppKitNSPathCellMouseExitedWithFrameInView(NSEvent, NSRect, NSView)

Hides the cell component over which the mouse is hovering.

Original signature is '- (void)mouseExited:(NSEvent *)event withFrame:(NSRect)frame inView:(NSView *)view'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MouseExitedWithFrameInView(
	NSEvent event,
	NSRect frame,
	NSView view
)
Public Overridable Sub MouseExitedWithFrameInView ( _
	event As NSEvent, _
	frame As NSRect, _
	view As NSView _
)
public:
virtual void MouseExitedWithFrameInView(
	NSEvent^ event, 
	NSRect frame, 
	NSView^ view
)
Parameters
event (NSEvent)
The mouse-exited event.
frame (NSRect)
The frame in which the cell is located.
view (NSView)
The view in which the cell is located.
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)