Click or drag to resize

DelegateBindingT, TValue Properties

The DelegateBindingT, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyAddChangeEvent
Gets or sets the delegate to register the change event, when needed by the consumer of this binding.
Public propertyDefaultGetValue
Gets or sets the default get value, when the object instance is null.
Public propertyDefaultSetValue
Gets or sets the default set value, when the incoming value is null.
Public propertyGetValue
Gets or sets the delegate to get the value for this binding.
Public propertyRemoveChangeEvent
Gets or sets the delegate to remove the change event.
Public propertySetValue
Gets or sets the delegate to set the value for this binding.
Top
See Also