INSTextDelegate Interfaz

Definición

[Foundation.Protocol(Name="NSTextDelegate", WrapperType=typeof(AppKit.NSTextDelegateWrapper))]
public interface INSTextDelegate : IDisposable, ObjCRuntime.INativeObject
type INSTextDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

TextDidBeginEditing(INSTextDelegate, NSNotification)
TextDidChange(INSTextDelegate, NSNotification)
TextDidEndEditing(INSTextDelegate, NSNotification)
TextShouldBeginEditing(INSTextDelegate, NSText)
TextShouldEndEditing(INSTextDelegate, NSText)

Se aplica a