UITextFieldDelegate
UITextFieldDelegate()
UITextFieldDelegate(IntPtr)
UITextFieldDelegate(NativeHandle)
UITextFieldDelegate(NSObjectFlag)
DidChangeSelection(UITextField)
EditingEnded(UITextField)
EditingEnded(UITextField, UITextFieldDidEndEditingReason)
EditingStarted(UITextField)
GetEditMenu(UITextField, NSRange, UIMenuElement[])
ShouldBeginEditing(UITextField)
ShouldChangeCharacters(UITextField, NSRange, String)
ShouldClear(UITextField)
ShouldEndEditing(UITextField)
ShouldReturn(UITextField)
WillDismissEditMenu(UITextField, IUIEditMenuInteractionAnimating)
WillPresentEditMenu(UITextField, IUIEditMenuInteractionAnimating)
xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("UITextFieldDelegate", false)]
public class UITextFieldDelegate : NSObject, INativeObject, IDisposable, IUITextFieldDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal UITextFieldDelegate(IntPtr handle);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API