Invoked when a text object begins to change its text, this method requests permission for aTextObject to begin editing.
Original signature is '- (BOOL)textShouldBeginEditing:(NSText *)aTextObject'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public delegate bool TextShouldBeginEditingEventHandler(
NSText aTextObject
)
Public Delegate Function TextShouldBeginEditingEventHandler ( _
aTextObject As NSText _
) As Boolean
public delegate bool TextShouldBeginEditingEventHandler(
NSText^ aTextObject
)

Parameters
- aTextObject (NSText)
- MISSING

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)