BindingManagerBase
Wisej.Web.BindingManagerBase
Last updated
Was this helpful?
Wisej.Web.BindingManagerBase
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Manages all objects that are bound to the same data source and data member.
: Returns the collection of bindings being managed.
: Returns the number of items in the list.
: Returns the current item in the list.
: Returns whether binding is suspended.
Adds a new item to the underlying list.
Throws:
Cancels the current edit operation.
Ends the current edit operation.
Returns the property descriptor collection for the underlying list.
Removes the item at the specified index.
index
The index of the item to remove from the list.
Throws:
Causes a control bound to this data source to re-read the current item and refresh the displayed value.
Causes a control bound to this data source to re-read the item at the specified itemIndex and refresh the displayed value.
itemIndex
The index of the item that has changed.
Resumes data binding.
Suspends data binding to prevents changes from updating the bound data source.
Reads the current values from the data source and sends them to the control.
Keeps data-bound controls synchronized with each other: showing data from the same record.
: Returns or sets the position of the data binding source within the list.
The underlying data source does not implement , or the data source has thrown an exception because the user has attempted to add a row to a read-only or fixed-size .
Returns: . A for the list.
There is no row at the specified index .
Fired at the completion of a data-binding operation.
Fired when the currently bound item changes.
Fired when the state of the currently bound item changes.
Fired when an is silently handled by the .
Fired after the value of the property has changed.
Maintains a between an object's property and a data-bound control property.