MonobjcMonobjc Documented Class Library
HelpRequested Method (theEvent)
NamespacesMonobjc.AppKitNSResponderHelpRequested(NSEvent)

Displays context-sensitive help for the receiver if such exists; otherwise passes this message to the next responder.

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

Available in Mac OS X v10.0 and later.

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