PropertyBindingT Methods |
The PropertyBindingT generic type exposes the following members.
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.) |