MonobjcMonobjc Documented Class Library
NoResponderFor Method (eventSelector)
NamespacesMonobjc.AppKitNSResponderNoResponderFor(IntPtr)

Handles the case where an event or action message falls off the end of the responder chain.

Original signature is '- (void)noResponderFor:(SEL)eventSelector'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void NoResponderFor(
	IntPtr eventSelector
)
Public Overridable Sub NoResponderFor ( _
	eventSelector As IntPtr _
)
public:
virtual void NoResponderFor(
	IntPtr eventSelector
)
Parameters
eventSelector (IntPtr)
A selector identifying the action or event message.
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)