The CogDataBinding type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| Container |
Returns the collection that contains the binding.
| |
| Destination |
Gets the destination object.
| |
| DestinationPath |
Gets the destination property name or dotted property path.
| |
| DestinationProperty |
Gets a PropertyDescriptor for the destination property.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| OptimizeIneffectiveChanges |
Determines if this data binding will optimize out any attempts to
set the destination property to its current value.
| |
| Source |
Gets the source object.
| |
| SourcePath |
Gets the source property name or dotted property path.
| |
| SourceProperty |
Gets a PropertyDescriptor for the source property.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| UpdateException |
Gets the exception, if any, that was thrown when the binding attempted to
update its property value from its DataSource.
|
See Also