C# Class System.Windows.DataTrigger

Inheritance: System.Windows.TriggerBase, System.Windows.Markup.IAddChild
Afficher le fichier Open project: wjk/dotnet-wpf Class Usage Examples

Private Properties

Свойство Type Description
GetCurrentState bool
Seal void

Méthodes publiques

Méthode Description
IAddChild ( Object value ) : void

This method is called to Add a Setter object as a child of the Style.

IAddChild ( string text ) : void

This method is called by the parser when text appears under the tag in markup. As default Styles do not support text, calling this method has no effect.

ReceiveMarkupExtension ( object targetObject, XamlSetMarkupExtensionEventArgs eventArgs ) : void

Private Methods

Méthode Description
GetCurrentState ( DependencyObject container, System.Windows.UncommonField dataField ) : bool
Seal ( ) : void

Method Details

IAddChild() public méthode

This method is called to Add a Setter object as a child of the Style.
public IAddChild ( Object value ) : void
value Object /// The object to add as a child; it must be a Setter or subclass. ///
Résultat void

IAddChild() public méthode

This method is called by the parser when text appears under the tag in markup. As default Styles do not support text, calling this method has no effect.
public IAddChild ( string text ) : void
text string /// Text to add as a child. ///
Résultat void

ReceiveMarkupExtension() public static méthode

public static ReceiveMarkupExtension ( object targetObject, XamlSetMarkupExtensionEventArgs eventArgs ) : void
targetObject object
eventArgs XamlSetMarkupExtensionEventArgs
Résultat void