Skip to main content
All docs
V26.1
  • Bar

    ItemMultiTrigger Members

    Represents a trigger that applies property values when a set of conditions are satisfied.

    Constructors

    Name Description
    ItemMultiTrigger() Initializes a new instance of the ItemMultiTrigger class.

    Properties

    Name Description
    Conditions Gets a ItemTriggerCondition object collection. Changes to property values are applied when all the conditions in the collection are met.
    Setters Gets a ItemSetter object collection, which describes the property values to apply when the specified condition has been met. Inherited from ItemTriggerBase.

    Methods

    Name Description
    BeginInit() Starts the ItemTriggerBase‘s initialization. Initialization occurs at runtime. Inherited from ItemTriggerBase.
    EndInit() Ends the ItemTriggerBase‘s initialization. Inherited from ItemTriggerBase.
    See Also