Este tema aún no ha recibido ninguna valoración - Valorar este tema

MultiDataTrigger (Miembros)

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
Método público MultiDataTrigger Initializes a new instance of the MultiDataTrigger class.
Arriba
  Nombre Descripción
Propiedad pública Conditions Gets a collection of Condition objects. Changes to property values are applied when all the conditions in the collection are met.
Propiedad pública DependencyObjectType  Gets the DependencyObjectType that wraps the CLR type of this instance. (Se hereda de DependencyObject).
Propiedad pública Dispatcher  Gets the Dispatcher this DispatcherObject is associated with. (Se hereda de DispatcherObject).
Propiedad pública 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).
Propiedad pública 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).
Propiedad pública IsSealed  Gets a value that declares whether this instance is currently read-only.(Se hereda de DependencyObject).
Propiedad pública Setters Gets a collection of Setter objects that describe the property values to apply when all the conditions of the MultiDataTrigger are met.
Arriba
(vea también Métodos protegidos )
  Nombre Descripción
Método público CheckAccess  Determines whether the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject).
Método público ClearValue  Sobrecargado. Clears the local value of a property. (Se hereda de DependencyObject).
Método público 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).
Método público Equals  Sobrecargado. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Se hereda de DependencyObject).
Método público GetHashCode  Gets a hash code for this DependencyObject. (Se hereda de DependencyObject).
Método público GetLocalValueEnumerator  Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Se hereda de DependencyObject).
Método público GetType  Obtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método público GetValue  Returns the current effective value of a dependency property on this instance of a DependencyObject. (Se hereda de DependencyObject).
Método público InvalidateProperty  Re-evaluates the effective value for the specified dependency property (Se hereda de DependencyObject).
Método público ReadLocalValue  Returns the local value of a dependency property, if it exists. (Se hereda de DependencyObject).
Método público Estático ReferenceEquals  Determina si las instancias de Object especificadas son la misma instancia. (Se hereda de Object).
Método público SetValue  Sobrecargado. Sets the local value of a dependency property. (Se hereda de DependencyObject).
Método público ToString  Devuelve una clase String que representa la clase Object actual. (Se hereda de Object).
Método público VerifyAccess  Enforces that the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject).
Arriba
  Nombre Descripción
Método protegido 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).
Método protegido MemberwiseClone  Crea una copia superficial del objeto Object actual. (Se hereda de Object).
Método protegido 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).
Método protegido ShouldSerializeProperty  Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Se hereda de DependencyObject).
Arriba
  Nombre Descripción
Implementación de interfaz explícita Método 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.
Implementación de interfaz explícita Método 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.
Arriba
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.