DelegateBindingT, TValue Methods |
The DelegateBindingT, TValue 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).) |
![]() | InternalGetValue |
Implements the logic to get the value from the specified object
(Overrides IndirectBindingTInternalGetValue(Object).) |
![]() | InternalSetValue |
Implements the logic to set the value to the specified object
(Overrides IndirectBindingTInternalSetValue(Object, T).) |
![]() | RemoveValueChangedHandler |
Removes the handler for the specified reference from AddValueChangedHandler(Object, EventHandlerEventArgs) (Overrides IndirectBindingTRemoveValueChangedHandler(Object, EventHandlerEventArgs).) |