This topic has not yet been rated - Rate this topic

PropertyManager Methods

The PropertyManager type exposes the following members.

  NameDescription
Public method Supported by the .NET Compact Framework AddNew When overridden in a derived class, adds a new item to the underlying list. (Overrides BindingManagerBase.AddNew().)
Public method Supported by the .NET Compact Framework CancelCurrentEdit When overridden in a derived class, cancels the current edit. (Overrides BindingManagerBase.CancelCurrentEdit().)
Public method Supported by the .NET Compact Framework EndCurrentEdit When overridden in a derived class, ends the current edit. (Overrides BindingManagerBase.EndCurrentEdit().)
Public method Supported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetItemProperties Overloaded.
Protected method Supported by the .NET Compact Framework GetListName When overridden in a derived class, gets the name of the list supplying the data for the binding. (Overrides BindingManagerBase.GetListName(ArrayList).)
Public method Supported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework OnBindingComplete Raises the BindingComplete event. (Inherited from BindingManagerBase.)
Protected method Supported by the .NET Compact Framework OnCurrentChanged Raises the CurrentChanged event. (Overrides BindingManagerBase.OnCurrentChanged(EventArgs).)
Protected method Supported by the .NET Compact Framework OnCurrentItemChanged Raises the CurrentItemChanged event. (Overrides BindingManagerBase.OnCurrentItemChanged(EventArgs).)
Protected method Supported by the .NET Compact Framework OnDataError Raises the DataError event. (Inherited from BindingManagerBase.)
Protected method Supported by the .NET Compact Framework PullData Pulls data from the data-bound control into the data source, returning no information. (Inherited from BindingManagerBase.)
Protected method Supported by the .NET Compact Framework PushData Pushes data from the data source into the data-bound control, returning no information. (Inherited from BindingManagerBase.)
Public method Supported by the .NET Compact Framework RemoveAt When overridden in a derived class, deletes the row at the specified index from the underlying list. (Overrides BindingManagerBase.RemoveAt(Int32).)
Public method Supported by the .NET Compact Framework ResumeBinding When overridden in a derived class, resumes data binding. (Overrides BindingManagerBase.ResumeBinding().)
Public method Supported by the .NET Compact Framework SuspendBinding Suspends the data binding between a data source and a data-bound property. (Overrides BindingManagerBase.SuspendBinding().)
Public method Supported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework UpdateIsBinding Updates the current Binding between a data binding and a data-bound property. (Overrides BindingManagerBase.UpdateIsBinding().)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.