Represents a command that sends input from a prompt control, enabling integration with command-based UI patterns.
Definition
Namespace:Telerik.Maui.Controls.PromptInput
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PromptInputSendCommand : ICommand
Inheritance: objectPromptInputSendCommand
Implements:
Constructors
C#
public PromptInputSendCommand()
Properties
Gets the associated RadPromptInput control.
C#
public RadPromptInput PromptInput { get; }
Methods
Raises the CanExecuteChanged event.
C#
public void RaiseCanExecuteChanged()
Events
Occurs when the ability of the command to execute has changed.
C#
public event EventHandler CanExecuteChanged
Implements: