MonobjcMonobjc Documented Class Library
HelpRequested Method (event)
NamespacesMonobjc.AppKitNSMenuHelpRequested(NSEvent)

Overridden by subclasses to implement specialized context-sensitive help behavior.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void HelpRequested(
	NSEvent event
)
Public Overridable Sub HelpRequested ( _
	event As NSEvent _
)
public:
virtual void HelpRequested(
	NSEvent^ event
)
Parameters
event (NSEvent)
An NSEvent object representing the event associated with the help request.
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)