C# Class SilverlightFX.Data.BoundParameter

Represents a parameter whose value is specified using a binding.
Inheritance: System.Windows.Parameter
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
GetValue ( ) : object

Méthodes protégées

Méthode Description
Activate ( ) : void
Deactivate ( ) : void

Private Methods

Méthode Description
OnValueBindingChanged ( ) : void

Method Details

Activate() protected méthode

protected Activate ( ) : void
Résultat void

Deactivate() protected méthode

protected Deactivate ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : object
Résultat object