Click or drag to resize

DelegateBindingT, TValue Methods

The DelegateBindingT, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAddValueChangedHandler
Wires an event handler to fire when the property of the dataItem is changed
(Overrides IndirectBindingTAddValueChangedHandler(Object, EventHandlerEventArgs).)
Protected methodInternalGetValue
Implements the logic to get the value from the specified object
(Overrides IndirectBindingTInternalGetValue(Object).)
Protected methodInternalSetValue
Implements the logic to set the value to the specified object
(Overrides IndirectBindingTInternalSetValue(Object, T).)
Public methodRemoveValueChangedHandler (Overrides IndirectBindingTRemoveValueChangedHandler(Object, EventHandlerEventArgs).)
Top
See Also