Compartilhar via


INSTextDelegate Interface

Definição

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

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos de Extensão

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

Aplica-se a