C# Class SilverlightFX.Data.BoundParameter

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

Public Methods

Method Description
GetValue ( ) : object

Protected Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void

Private Methods

Method Description
OnValueBindingChanged ( ) : void

Method Details

Activate() protected method

protected Activate ( ) : void
return void

Deactivate() protected method

protected Deactivate ( ) : void
return void

GetValue() public method

public GetValue ( ) : object
return object