MonobjcMonobjc Documented Class Library
INSTextDelegate Interface
NamespacesMonobjc.AppKitINSTextDelegate

[Missing <summary> documentation for "T:Monobjc.AppKit.INSTextDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSTextDelegate : IManagedWrapper
Public Interface INSTextDelegate _
	Inherits IManagedWrapper
public interface class INSTextDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
TextDidBeginEditing(NSNotification)

Informs the delegate that the text object has begun editing (that the user has begun changing it).

Original signature is '- (void)textDidBeginEditing:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


TextDidChange(NSNotification)

Informs the delegate that the text object has changed its characters or formatting attributes.

Original signature is '- (void)textDidChange:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


TextDidEndEditing(NSNotification)

Informs the delegate that the text object has finished editing (that it has resigned first responder status).

Original signature is '- (void)textDidEndEditing:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


TextShouldBeginEditing(NSText)

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.


TextShouldEndEditing(NSText)

Invoked from a text object’s implementation of resignFirstResponder, this method requests permission for aTextObject to end editing.

Original signature is '- (BOOL)textShouldEndEditing:(NSText *)aTextObject'

Available in Mac OS X v10.0 and later.


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)