Property | Type | Description | |
---|---|---|---|
ApplyToTarget | void | ||
BeginUpdate | void | ||
GetDataProperty | |||
GetMultiBindingExpressions | List |
||
HandleDataPropertyChanged | bool | ||
IValueConverter | object | ||
OnDataPropertyChanged | void | ||
OnPropertyChanged | void | ||
ProcessNewResult | void | ||
SetDataProperty | void | ||
SetMultiBindingExpressions | void | ||
Update | void |
Method | Description | |
---|---|---|
GetErrors ( string propertyName ) : System.Collections.IEnumerable | ||
MultiBindingExpression ( |
Initializes a new instance of the MultiBindingExpression class and applies it to the given target.
|
Method | Description | |
---|---|---|
ApplyToTarget ( ) : void |
Applies this MultiBindingExpression to the target
|
|
BeginUpdate ( ) : void | ||
GetDataProperty ( int dataPropertyIndex ) : |
||
GetMultiBindingExpressions ( |
||
HandleDataPropertyChanged ( int propertyIndex, object newValue ) : bool | ||
IValueConverter ( object value, |
||
OnDataPropertyChanged ( |
||
OnPropertyChanged ( String propertyName ) : void | ||
ProcessNewResult ( object newValues ) : void |
Updates the source values.
|
|
SetDataProperty ( int dataPropertyIndex, object localValue ) : void | ||
SetMultiBindingExpressions ( |
||
Update ( ) : void |
public GetErrors ( string propertyName ) : System.Collections.IEnumerable | ||
propertyName | string | |
return | System.Collections.IEnumerable |
public MultiBindingExpression ( |
||
target | The target. | |
multiBinding | System.Windows.Data.MultiBinding | The parent |
return | System |