Click or drag to resize

BindableBindingT, TValue Methods

The BindableBindingT, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodBind
Binds the specified sourceBinding to this binding.
(Overrides ObjectBindingT, TValueBind(DirectBindingTValue, DualBindingMode).)
Public methodBindDataContext(String, DualBindingMode)
Binds to the specified propertyName of the current data context.
Public methodBindDataContext(IndirectBindingTValue, DualBindingMode, TValue, TValue)
Binds to an object's DataContext using the specified dataContextBinding.
Public methodBindDataContextTObject(ExpressionFuncTObject, TValue, DualBindingMode)
Binds to a specified property of the control's current data context.
Public methodBindDataContextTObject(FuncTObject, TValue, ActionTObject, TValue, ActionTObject, EventHandlerEventArgs, ActionTObject, EventHandlerEventArgs, DualBindingMode, TValue, TValue)
Binds to a control's DataContext using delegates to get/set the value.
Public methodCastTNewValue
Casts this binding value to another (compatible) type.
Public methodCatchException(FuncException, Boolean)
Catches any exceptions when setting the value of the binding
Public methodCatchExceptionTException(FuncTException, Boolean)
Catches any exceptions of the specified TException when setting the value of the binding.
Public methodCode exampleChildTNewValue(ExpressionFuncT, TNewValue)
Binds to the specified child property expression.
Public methodCode exampleChildTNewValue(IndirectBindingTNewValue)
Binds to the specified child binding of this binding.
Public methodConvertTNewValue
Converts this binding's value to another value using delegates.
Top
See Also