BindableComponent

Wisej.Web.BindableComponent

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Extends Component and enables the component to participated if data binding operations and have their own DataBindings.

public class BindableComponent : Component, IBindableComponent, IBindableComponent

Constructors

Initializes a new instance of BindableComponent.

Properties

BindingContext: Returns or sets the BindingContext for the component.

ControlBindingsCollection: Returns the data bindings for the component.

Events

EventHandler Occurs when the value of the BindingContext property changes.

Inherited By

Implements

Last updated