ObjectBindingT, TValue Methods |
The ObjectBindingT, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Bind(DirectBindingTValue, DualBindingMode) |
Creates a new dual binding between the specified sourceBinding and this binding.
| |
| Bind(Object, String, DualBindingMode) |
Creates a binding to the propertyName of the specified objectValue.
| |
| Bind(FuncTValue, ActionTValue, ActionEventHandlerEventArgs, ActionEventHandlerEventArgs, DualBindingMode) |
Creates a new dual binding using a DelegateBindingTValue with the specified delegates and this binding.
| |
| BindTObject(TObject, IndirectBindingTValue, DualBindingMode) |
Creates a new dual binding between the specified objectBinding and this binding.
| |
| BindTObject(TObject, ExpressionFuncTObject, TValue, DualBindingMode) |
Creates a binding to the specified objectValue with the specified propertyExpression.
| |
| HandleEvent |
Hooks up the late bound events for this object
(Overrides BindingHandleEvent(String).) | |
| RemoveEvent |
Removes the late bound events for this object
(Overrides BindingRemoveEvent(String).) | |
| ToString |
Returns a String that represents the current ObjectBindingT, TValue.
(Overrides ObjectToString.) | |
| Unbind |
Unbinds this binding
(Overrides BindingUnbind.) |