ItemTrigger Methods
Represents a trigger that applies a property value when a condition is satisfied.| Name | Description |
|---|---|
| BeginInit() | Starts the ItemTriggerBase‘s initialization. Initialization occurs at runtime. Inherited from ItemTriggerBase. |
| EndInit() | Ends the ItemTriggerBase‘s initialization. Inherited from ItemTriggerBase. |
| ReceiveMarkupExtension(Object, XamlSetMarkupExtensionEventArgs) static | For internal use. |
| ReceiveTypeConverter(Object, XamlSetTypeConverterEventArgs) static | For internal use. |
See Also