Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
BindingSource Class
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
BindingSource Methods

The BindingSource type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkAddAdds an existing item to the internal list.
Public methodSupported by the .NET Compact FrameworkAddNewAdds a new item to the underlying list.
Public methodSupported by the .NET Compact FrameworkApplySortOverloaded. Sorts the data source with the specified sort description or descriptions.
Public methodSupported by the .NET Compact FrameworkCancelEditCancels the current edit operation.
Public methodSupported by the .NET Compact FrameworkClearRemoves all elements from the list.
Public methodSupported by the .NET Compact FrameworkContainsDetermines whether an object is an item in the list.
Public methodSupported by the .NET Compact FrameworkCopyToCopies the contents of the List to the specified array, starting at the specified index value.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkDisposeOverloaded.
Public methodSupported by the .NET Compact FrameworkEndEditApplies pending changes to the underlying data source.
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Public methodSupported by the .NET Compact FrameworkFindOverloaded. Find the specified item in the data source.
Public methodSupported by the .NET Compact FrameworkGetEnumeratorRetrieves an enumerator for the List.
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetItemPropertiesRetrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkGetListNameGets the name of the list supplying data for the binding.
Public methodSupported by the .NET Compact FrameworkGetRelatedCurrencyManagerGets the related currency manager for the specified data member.
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkIndexOfSearches for the specified object and returns the index of the first occurrence within the entire list.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkInsertInserts an item into the list at the specified index.
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneOverloaded.
Public methodSupported by the .NET Compact FrameworkMoveFirstMoves to the first item in the list.
Public methodSupported by the .NET Compact FrameworkMoveLastMoves to the last item in the list.
Public methodSupported by the .NET Compact FrameworkMoveNextMoves to the next item in the list.
Public methodSupported by the .NET Compact FrameworkMovePreviousMoves to the previous item in the list.
Protected methodSupported by the .NET Compact FrameworkOnAddingNewRaises the AddingNew event.
Protected methodSupported by the .NET Compact FrameworkOnBindingCompleteRaises the BindingComplete event.
Protected methodSupported by the .NET Compact FrameworkOnCurrentChangedRaises the CurrentChanged event.
Protected methodSupported by the .NET Compact FrameworkOnCurrentItemChangedRaises the CurrentItemChanged event.
Protected methodSupported by the .NET Compact FrameworkOnDataErrorRaises the DataError event.
Protected methodSupported by the .NET Compact FrameworkOnDataMemberChangedRaises the DataMemberChanged event.
Protected methodSupported by the .NET Compact FrameworkOnDataSourceChangedRaises the DataSourceChanged event.
Protected methodSupported by the .NET Compact FrameworkOnListChangedRaises the ListChanged event.
Protected methodSupported by the .NET Compact FrameworkOnPositionChangedRaises the PositionChanged event.
Public methodSupported by the .NET Compact FrameworkRemoveRemoves the specified item from the list.
Public methodSupported by the .NET Compact FrameworkRemoveAtRemoves the item at the specified index in the list.
Public methodSupported by the .NET Compact FrameworkRemoveCurrentRemoves the current item from the list.
Public methodSupported by the .NET Compact FrameworkRemoveFilterRemoves the filter associated with the BindingSource.
Public methodSupported by the .NET Compact FrameworkRemoveSortRemoves the sort associated with the BindingSource.
Public methodSupported by the .NET Compact FrameworkResetAllowNewInfrastructure. Reinitializes the AllowNew property.
Public methodSupported by the .NET Compact FrameworkResetBindingsCauses a control bound to the BindingSource to reread all the items in the list and refresh their displayed values.
Public methodSupported by the .NET Compact FrameworkResetCurrentItemCauses a control bound to the BindingSource to reread the currently selected item and refresh its displayed value.
Public methodSupported by the .NET Compact FrameworkResetItemCauses a control bound to the BindingSource to reread the item at the specified index, and refresh its displayed value.
Public methodSupported by the .NET Compact FrameworkResumeBindingResumes data binding.
Public methodSupported by the .NET Compact FrameworkSuspendBindingSuspends data binding to prevent changes from updating the bound data source.
Public methodSupported by the .NET Compact FrameworkToStringOverloaded.
Top
  NameDescription
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodCastConverts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodOfTypeFilters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkIBindingList..::.AddIndexAdds the PropertyDescriptor to the indexes used for searching.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkISupportInitialize..::.BeginInitSignals the BindingSource that initialization is starting.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkICancelAddNew..::.CancelNewDiscards a pending new item from the collection.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkISupportInitialize..::.EndInitSignals the BindingSource that initialization is complete.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkICancelAddNew..::.EndNewCommits a pending new item to the collection.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkIBindingList..::.RemoveIndexRemoves the System.ComponentModel..::.PropertyDescriptor from the indexes used for searching.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker