Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TriggerBase.ExitActions Property

Definition

Namespace:
Microsoft.Maui.Controls
Assembly:
Microsoft.Maui.Controls.dll
Source:
TriggerBase.cs
Source:
TriggerBase.cs
Source:
TriggerBase.cs
Source:
TriggerBase.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the collection of TriggerAction objects to invoke when the trigger condition becomes false.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerAction ^> ^ ExitActions { System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerAction ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerAction> ExitActions { get; }
member this.ExitActions : System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerAction>
Public ReadOnly Property ExitActions As IList(Of TriggerAction)

Property Value

Applies to


Feedback

Was this page helpful?