Click or drag to resize

PropertyBindingT Methods

The PropertyBindingT 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 methodHasProperty
Determines whether the dataItem contains the property this binding is bound to.
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 on the specified object
(Overrides IndirectBindingTInternalSetValue(Object, T).)
Public methodRemoveValueChangedHandler (Overrides IndirectBindingTRemoveValueChangedHandler(Object, EventHandlerEventArgs).)
Public methodToString (Overrides ObjectToString.)
Top
See Also