Class MauiEntry
public class MauiEntry : Entry, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IEntryController, IElementConfiguration<Entry>, IEntry, IEditor, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
- Inheritance
-
MauiEntry
- Implements
- Inherited Members
- Extension Methods
Constructors
MauiEntry()
public MauiEntry()
Fields
MaxLinesProperty
public static readonly BindableProperty MaxLinesProperty
Field Value
Properties
MaxLines
WIth 1 will behave like an ordinary Entry, with -1 (auto) or explicitly set you get an Editor
public int MaxLines { get; set; }
Property Value
Methods
Completed()
Occurs when the user finalizes the text in an editor with the return key.
public void Completed()
OnHandlerChanging(HandlerChangingEventArgs)
When overridden in a derived class, should raise the HandlerChanging event.
protected override void OnHandlerChanging(HandlerChangingEventArgs args)
Parameters
argsHandlerChangingEventArgsProvides data for the HandlerChanging event.
Remarks
It is the implementor's responsibility to raise the HandlerChanging event.
Events
OnCompleted
Occurs when the user finalizes the text in an entry with the return key.
public event EventHandler OnCompleted