PropertyManager Methods

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodAddNew()

When overridden in a derived class, adds a new item to the underlying list.(Overrides BindingManagerBase::AddNew().)

System_CAPS_pubmethodCancelCurrentEdit()

When overridden in a derived class, cancels the current edit.(Overrides BindingManagerBase::CancelCurrentEdit().)

System_CAPS_pubmethodEndCurrentEdit()

When overridden in a derived class, ends the current edit.(Overrides BindingManagerBase::EndCurrentEdit().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetItemProperties()

When overridden in a derived class, gets the collection of property descriptors for the binding.(Inherited from BindingManagerBase.)

System_CAPS_protmethodGetItemProperties(ArrayList^, ArrayList^)

Gets the collection of property descriptors for the binding using the specified ArrayList.(Inherited from BindingManagerBase.)

System_CAPS_protmethodGetItemProperties(Type^, Int32, ArrayList^, ArrayList^)

Gets the list of properties of the items managed by this BindingManagerBase.(Inherited from BindingManagerBase.)

System_CAPS_protmethodGetListName(ArrayList^)

When overridden in a derived class, gets the name of the list supplying the data for the binding.(Overrides BindingManagerBase::GetListName(ArrayList^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnBindingComplete(BindingCompleteEventArgs^)

Raises the BindingComplete event. (Inherited from BindingManagerBase.)

System_CAPS_protmethodOnCurrentChanged(EventArgs^)
System_CAPS_protmethodOnCurrentItemChanged(EventArgs^)
System_CAPS_protmethodOnDataError(Exception^)

Raises the DataError event.(Inherited from BindingManagerBase.)

System_CAPS_protmethodPullData()

Pulls data from the data-bound control into the data source, returning no information.(Inherited from BindingManagerBase.)

System_CAPS_protmethodPushData()

Pushes data from the data source into the data-bound control, returning no information.(Inherited from BindingManagerBase.)

System_CAPS_pubmethodRemoveAt(Int32)

When overridden in a derived class, deletes the row at the specified index from the underlying list.(Overrides BindingManagerBase::RemoveAt(Int32).)

System_CAPS_pubmethodResumeBinding()

When overridden in a derived class, resumes data binding.(Overrides BindingManagerBase::ResumeBinding().)

System_CAPS_pubmethodSuspendBinding()

Suspends the data binding between a data source and a data-bound property.(Overrides BindingManagerBase::SuspendBinding().)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_protmethodUpdateIsBinding()

Updates the current Binding between a data binding and a data-bound property.(Overrides BindingManagerBase::UpdateIsBinding().)

Return to top
Show: