Xamarin.Forms.Core 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableObject Base class for classes that contain a condition and a list of actions to perform when the condition is met. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<Xamarin.Forms.TriggerAction> Gets the list of objects that will be invoked when the trigger condition is met. Ignored for the class. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<Xamarin.Forms.TriggerAction> Gets the list of objects that will be invoked after the trigger condition is no longer met. Ignored for the class. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets a value that indicates whether or not the trigger is sealed. To be added. A trigger becomes sealed when its method is called. Once it is sealed, its and lists become readonly. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Type The type of object to which this object can be attached. To be added. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. Attempts to attach to . If successful, calls the method. This method throws an exception if is not an instance of . In that case, the method is not called. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. Attempts to detach from . If successful, calls .. This method throws an exception if is . In that case, the method is not called.