Click or drag to resize

DelegateBindingTValue Properties

The DelegateBindingTValue 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 propertyDataValue
Gets or sets the value of this binding
(Overrides DirectBindingTDataValue.)
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