Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / TextBox Class


In This Topic
    TextBox Class Events
    In This Topic

    For a list of all members of this type, see TextBox members.

    Public Events
     NameDescription
    Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public EventThe event that is raised when the user finalizes the Text entry process with the Return key.  
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public EventThe event that is raised when the TextBox is selected &, thus, in focus.  
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public EventThe event that is raised when the value of the CursorPosition or SelectionLength properties changes.  
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public Event
    The event that is raised when the Text is modified.
     
    Public EventThe event that is raised when the TextBox is deselected &, therefore, no longer in focus.  
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Top
    See Also