Trigger(Type) Constructor

Definition

Initializes a new Trigger instance.

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

Parameters

targetType
Type

The type of object to which this trigger can be attached.

Applies to