DirectBindingT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.DirectBinding`1"]
The DirectBindingT type exposes the following members.
Name | Description | |
---|---|---|
DirectBindingT | Initializes a new instance of the DirectBindingT class |
Name | Description | |
---|---|---|
CastTValue |
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.
| |
ChildTValue(ExpressionFuncT, TValue) |
Binds to the specified child property expression.
| |
ChildTValue(IndirectBindingTValue) |
Binds to the specified child binding of this binding.
| |
ConvertTValue |
Converts this binding's value to another value using delegates.
| |
OnDataValueChanged |
Handles the DataValueChanged event
| |
ToBool(T) |
Converts this binding to return a nullable boolean binding
| |
ToBool(T, T) |
Converts this binding to return a nullable boolean binding
| |
ToBool(T, T, T) |
Converts this binding to return a nullable boolean binding
| |
ToTypeTType |
Uses System.Convert.ChangeType to change the value of the binding to the specified type.
|
Name | Description | |
---|---|---|
DataValueChanged |
Event to handle when the value changes on the bound object
|
Name | Description | |
---|---|---|
DataValueChangedEvent |
Identifier for the DataValueChanged event
|