Trigger(Type) Construtor

Definição

Inicializa uma nova Trigger instância.

public:
 Trigger(Type ^ targetType);
public Trigger(Type targetType);
new Microsoft.Maui.Controls.Trigger : Type -> Microsoft.Maui.Controls.Trigger
Public Sub New (targetType As Type)

Parâmetros

targetType
Type

O tipo de objeto ao qual esse gatilho pode ser anexado.

Aplica-se a