MonobjcMonobjc Documented Class Library
MouseEntered Method (anEvent)
NamespacesMonobjc.AppKitNSCursorMouseEntered(NSEvent)

Automatically sent to the receiver when the cursor enters a cursor rectangle owned by the receiver.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MouseEntered(
	NSEvent anEvent
)
Public Overridable Sub MouseEntered ( _
	anEvent As NSEvent _
)
public:
virtual void MouseEntered(
	NSEvent^ anEvent
)
Parameters
anEvent (NSEvent)
The event generated when the cursor enters the cursor rectangle.
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)