Table of Contents

Class MauiEntry

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
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

BindableProperty

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

int

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

args HandlerChangingEventArgs

Provides 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

Event Type

EventHandler