CurrencyManager

Wisej.Web.CurrencyManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Keeps data-bound controls synchronized with each other: showing data from the same record.

public class CurrencyManager : BindingManagerBase

Properties

Int32: Returns the number of items in the list.

Object: Returns the current item in the list.

IList: Returns the list for this CurrencyManager.

Int32: Returns or sets the current position within the list.

Boolean: Returns true when the bound data source can accept changes. Calling SuspendBinding sets this flag to false and ResumeBinding sets it to true (default).

Methods

Forces a refresh of the data-bound list.

Resumes data binding.

Suspends data binding to prevents changes from updating the bound data source.

Events

ItemChangedEventHandler Fired when the current item has been altered.

ListChangedEventHandler Fired when the list changes or an item in the list changes.

EventHandler Fired when the metadata of the List has changed.

Last updated