MonobjcMonobjc Documented Class Library
NSTextView..::..TextViewClickedOnLinkEventHandler Delegate
NamespacesMonobjc.AppKitNSTextViewNSTextView..::..TextViewClickedOnLinkEventHandler

Sent after the user clicks on a link. (Deprecated. Use textView:clickedOnLink:atIndex: instead.)

Original signature is '- (BOOL)textView:(NSTextView *)aTextView clickedOnLink:(id)link'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate bool TextViewClickedOnLinkEventHandler(
	NSTextView aTextView,
	Id link
)
Public Delegate Function TextViewClickedOnLinkEventHandler ( _
	aTextView As NSTextView, _
	link As Id _
) As Boolean
public delegate bool TextViewClickedOnLinkEventHandler(
	NSTextView^ aTextView, 
	Id^ link
)
Parameters
aTextView (NSTextView)
The text view sending the message.
link (Id)
The link that was clicked.
Return Value
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)