PropertyManager Members
.NET Framework 3.5
Maintains a Binding between an object's property and a data-bound control property.
The PropertyManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddNew | When overridden in a derived class, adds a new item to the underlying list. (Overrides BindingManagerBase.AddNew().) |
|
CancelCurrentEdit | When overridden in a derived class, cancels the current edit. (Overrides BindingManagerBase.CancelCurrentEdit().) |
|
EndCurrentEdit | When overridden in a derived class, ends the current edit. (Overrides BindingManagerBase.EndCurrentEdit().) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetItemProperties | Overloaded. |
|
GetListName | When overridden in a derived class, gets the name of the list supplying the data for the binding. (Overrides BindingManagerBase.GetListName(ArrayList).) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnBindingComplete | Raises the BindingComplete event. (Inherited from BindingManagerBase.) |
|
OnCurrentChanged | Raises the CurrentChanged event. (Overrides BindingManagerBase.OnCurrentChanged(EventArgs).) |
|
OnCurrentItemChanged | Raises the CurrentItemChanged event. (Overrides BindingManagerBase.OnCurrentItemChanged(EventArgs).) |
|
OnDataError | Raises the DataError event. (Inherited from BindingManagerBase.) |
|
PullData | Pulls data from the data-bound control into the data source, returning no information. (Inherited from BindingManagerBase.) |
|
PushData | Pushes data from the data source into the data-bound control, returning no information. (Inherited from BindingManagerBase.) |
|
RemoveAt | When overridden in a derived class, deletes the row at the specified index from the underlying list. (Overrides BindingManagerBase.RemoveAt(Int32).) |
|
ResumeBinding | When overridden in a derived class, resumes data binding. (Overrides BindingManagerBase.ResumeBinding().) |
|
SuspendBinding | Suspends the data binding between a data source and a data-bound property. (Overrides BindingManagerBase.SuspendBinding().) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateIsBinding | Updates the current Binding between a data binding and a data-bound property. (Overrides BindingManagerBase.UpdateIsBinding().) |
| Name | Description | |
|---|---|---|
|
onCurrentChangedHandler | Specifies the event handler for the CurrentChanged event. (Inherited from BindingManagerBase.) |
|
onPositionChangedHandler | Specifies the event handler for the PositionChanged event. (Inherited from BindingManagerBase.) |
| Name | Description | |
|---|---|---|
|
Bindings | Gets the collection of bindings being managed. (Inherited from BindingManagerBase.) |
|
Count | When overridden in a derived class, gets the number of rows managed by the BindingManagerBase. (Overrides BindingManagerBase.Count.) |
|
Current | Gets the object to which the data-bound property belongs. (Overrides BindingManagerBase.Current.) |
|
IsBindingSuspended | Gets a value indicating whether binding is suspended. (Inherited from BindingManagerBase.) |
|
Position | When overridden in a derived class, gets or sets the position in the underlying list that controls bound to this data source point to. (Overrides BindingManagerBase.Position.) |
| Name | Description | |
|---|---|---|
|
BindingComplete | Occurs at the completion of a data-binding operation. (Inherited from BindingManagerBase.) |
|
CurrentChanged | Occurs when the currently bound item changes. (Inherited from BindingManagerBase.) |
|
CurrentItemChanged | Occurs when the state of the currently bound item changes. (Inherited from BindingManagerBase.) |
|
DataError | Occurs when an Exception is silently handled by the BindingManagerBase. (Inherited from BindingManagerBase.) |
|
PositionChanged | Occurs after the value of the Position property has changed. (Inherited from BindingManagerBase.) |