PropertyManager Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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(Object^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetItemProperties() | When overridden in a derived class, gets the collection of property descriptors for the binding.(Inherited from BindingManagerBase.) |
![]() | GetItemProperties(ArrayList^, ArrayList^) | Gets the collection of property descriptors for the binding using the specified ArrayList.(Inherited from BindingManagerBase.) |
![]() | GetItemProperties(Type^, Int32, ArrayList^, ArrayList^) | Gets the list of properties of the items managed by this BindingManagerBase.(Inherited from BindingManagerBase.) |
![]() | GetListName(ArrayList^) | When overridden in a derived class, gets the name of the list supplying the data for the binding.(Overrides BindingManagerBase::GetListName(ArrayList^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnBindingComplete(BindingCompleteEventArgs^) | Raises the BindingComplete event. (Inherited from BindingManagerBase.) |
![]() | OnCurrentChanged(EventArgs^) | Raises the CurrentChanged event.(Overrides BindingManagerBase::OnCurrentChanged(EventArgs^).) |
![]() | OnCurrentItemChanged(EventArgs^) | Raises the CurrentItemChanged event.(Overrides BindingManagerBase::OnCurrentItemChanged(EventArgs^).) |
![]() | OnDataError(Exception^) | 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(Int32) | 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().) |

