Button.SendPressed Method

Definition

Internal method to trigger the Pressed event. Should not be called manually outside of .NET MAUI.

public:
 virtual void SendPressed();
public void SendPressed ();
abstract member SendPressed : unit -> unit
override this.SendPressed : unit -> unit
Public Sub SendPressed ()

Implements

Applies to