PropertyBindingT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.PropertyBinding`1"]
The PropertyBindingT type exposes the following members.
Name | Description | |
---|---|---|
PropertyBindingT |
Initializes a new instance of the PropertyBindingT class.
| |
PropertyBindingT(String, Boolean) |
Initializes a new instance of the PropertyBinding with the specified property
|
Name | Description | |
---|---|---|
IgnoreCase |
Gets or sets whether the Property specified is case-sensitive or not
| |
Property |
Gets or sets the property in which to get/set values from for this binding
|
Name | Description | |
---|---|---|
AddValueChangedHandler |
Wires an event handler to fire when the property of the dataItem is changed
(Overrides IndirectBindingTAddValueChangedHandler(Object, EventHandlerEventArgs).) | |
HasProperty |
Determines whether the dataItem contains the property this binding is bound to.
| |
InternalGetValue |
Implements the logic to get the value from the specified object
(Overrides IndirectBindingTInternalGetValue(Object).) | |
InternalSetValue |
Implements the logic to set the value on the specified object
(Overrides IndirectBindingTInternalSetValue(Object, T).) | |
RemoveValueChangedHandler |
Removes the handler for the specified reference from AddValueChangedHandler(Object, EventHandlerEventArgs) (Overrides IndirectBindingTRemoveValueChangedHandler(Object, EventHandlerEventArgs).) | |
ToString |
Returns a String that represents the current PropertyBindingT.
(Overrides ObjectToString.) |