MonobjcMonobjc Documented Class Library
MouseEntered Method (theEvent)
NamespacesMonobjc.AppKitNSResponderMouseEntered(NSEvent)

Informs the receiver that the cursor has entered a tracking rectangle.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MouseEntered(
	NSEvent theEvent
)
Public Overridable Sub MouseEntered ( _
	theEvent As NSEvent _
)
public:
virtual void MouseEntered(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
An object encapsulating information about the mouse-entered 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)