ItemTriggerBase Members
Represents the base class for specifying a conditional value within a BarItem object.Constructors
| Name | Description |
|---|---|
| ItemTriggerBase() | Initializes a new instance of the ItemTriggerBase class. |
Properties
| Name | Description |
|---|---|
| Setters | Gets a ItemSetter object collection, which describes the property values to apply when the specified condition has been met. |
Methods
| Name | Description |
|---|---|
| BeginInit() | Starts the ItemTriggerBase‘s initialization. Initialization occurs at runtime. |
| EndInit() | Ends the ItemTriggerBase‘s initialization. |
See Also