BindableBindingT, TValue Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.BindableBinding`2"]
[Missing <typeparam name="TValue"/> documentation for "T:Eto.Forms.BindableBinding`2"]
The BindableBindingT, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| BindableBindingT, TValue(T, IndirectBindingTValue) |
Initializes a new instance of the ControlBindingT, TValue class.
| |
| BindableBindingT, TValue(T, FuncT, TValue, ActionT, TValue, ActionT, EventHandlerEventArgs, ActionT, EventHandlerEventArgs) |
Initializes a new instance of the ControlBindingT, TValue class.
|
| Name | Description | |
|---|---|---|
| Bind |
Binds the specified sourceBinding to this binding.
(Overrides ObjectBindingT, TValueBind(DirectBindingTValue, DualBindingMode).) | |
| BindDataContext(String, DualBindingMode) |
Binds to the specified propertyName of the current data context.
| |
| BindDataContext(IndirectBindingTValue, DualBindingMode, TValue, TValue) |
Binds to an object's DataContext using the specified dataContextBinding.
| |
| BindDataContextTObject(ExpressionFuncTObject, TValue, DualBindingMode) |
Binds to a specified property of the control's current data context.
| |
| BindDataContextTObject(FuncTObject, TValue, ActionTObject, TValue, ActionTObject, EventHandlerEventArgs, ActionTObject, EventHandlerEventArgs, DualBindingMode, TValue, TValue) |
Binds to a control's DataContext using delegates to get/set the value.
| |
| CastTNewValue |
Casts this binding value to another (compatible) type.
| |
| CatchException(FuncException, Boolean) |
Catches any exceptions when setting the value of the binding
| |
| CatchExceptionTException(FuncTException, Boolean) |
Catches any exceptions of the specified TException when setting the value of the binding.
| |
| ChildTNewValue(ExpressionFuncT, TNewValue) |
Binds to the specified child property expression.
| |
| ChildTNewValue(IndirectBindingTNewValue) |
Binds to the specified child binding of this binding.
| |
| ConvertTNewValue |
Converts this binding's value to another value using delegates.
|