MultiDataTrigger (Miembros)
.NET Framework 3.0
Represents a trigger that applies property values or performs actions when the bound data meet a set of conditions.
Las siguientes tablas recogen los miembros expuestos por el tipo MultiDataTrigger .
| Nombre | Descripción | |
|---|---|---|
| MultiDataTrigger | Initializes a new instance of the MultiDataTrigger class. |
| Nombre | Descripción | |
|---|---|---|
| Conditions | Gets a collection of Condition objects. Changes to property values are applied when all the conditions in the collection are met. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Se hereda de DependencyObject). |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Se hereda de DispatcherObject). |
| EnterActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes active. This property does not apply to the EventTrigger class.(Se hereda de TriggerBase). |
| ExitActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes inactive. This property does not apply to the EventTrigger class.(Se hereda de TriggerBase). |
| IsSealed | Gets a value that declares whether this instance is currently read-only.(Se hereda de DependencyObject). |
| Setters | Gets a collection of Setter objects that describe the property values to apply when all the conditions of the MultiDataTrigger are met. |
(vea también
Métodos protegidos
)
Arriba
| Nombre | Descripción | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject). |
| ClearValue | Sobrecargado. Clears the local value of a property. (Se hereda de DependencyObject). |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (Se hereda de DependencyObject). |
| Equals | Sobrecargado. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Se hereda de DependencyObject). |
| GetHashCode | Gets a hash code for this DependencyObject. (Se hereda de DependencyObject). |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Se hereda de DependencyObject). |
| GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Se hereda de DependencyObject). |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Se hereda de DependencyObject). |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Se hereda de DependencyObject). |
| ReferenceEquals | Determina si las instancias de Object especificadas son la misma instancia. (Se hereda de Object). |
| SetValue | Sobrecargado. Sets the local value of a dependency property. (Se hereda de DependencyObject). |
| ToString | Devuelve una clase String que representa la clase Object actual. (Se hereda de Object). |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject). |
| Nombre | Descripción | |
|---|---|---|
| Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Se hereda de Object). |
| MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). |
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Se hereda de DependencyObject). |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Se hereda de DependencyObject). |
| Nombre | Descripción | |
|---|---|---|
| System.Windows.Markup.IAddChild.AddChild | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
| System.Windows.Markup.IAddChild.AddText | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Referencia
MultiDataTrigger (Clase)System.Windows (Espacio de nombres)
TriggerBase
Otros recursos
Data Binding OverviewStyling and Templating