TriggerBase.IsSealed Property

Definition

Gets a value that indicates whether or not the trigger is sealed.

public bool IsSealed { get; }
member this.IsSealed : bool

Property Value

Remarks

A trigger becomes sealed when its IAttachedObject.AttachTo(Xamarin.Forms.BindableObject) method is called. Once it is sealed, its EnterActions and ExitActions lists become readonly.

Applies to