Click or drag to resize

ObjectBindingT, TValue Methods

The ObjectBindingT, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodBind(DirectBindingTValue, DualBindingMode)
Creates a new dual binding between the specified sourceBinding and this binding.
Public methodBind(Object, String, DualBindingMode)
Creates a binding to the propertyName of the specified objectValue.
Public methodBind(FuncTValue, ActionTValue, ActionEventHandlerEventArgs, ActionEventHandlerEventArgs, DualBindingMode)
Public methodBindTObject(TObject, IndirectBindingTValue, DualBindingMode)
Creates a new dual binding between the specified objectBinding and this binding.
Public methodBindTObject(TObject, ExpressionFuncTObject, TValue, DualBindingMode)
Creates a binding to the specified objectValue with the specified propertyExpression.
Protected methodHandleEvent
Hooks up the late bound events for this object
(Overrides BindingHandleEvent(String).)
Protected methodRemoveEvent
Removes the late bound events for this object
(Overrides BindingRemoveEvent(String).)
Public methodToString (Overrides ObjectToString.)
Public methodUnbind
Unbinds this binding
(Overrides BindingUnbind.)
Top
See Also